swarm.random
Interface UniformUnsignedDistS
- All Known Implementing Classes:
- UniformUnsignedDistCImpl, UniformUnsignedDistImpl
- public interface UniformUnsignedDistS
- extends UnsignedDistributionS
Uniform Unsigned Distribution.
A generator of non-negative integral values uniformly distributed across a closed interval [min,max]. (The interval includes both its endpoints.) Setting minValue == maxValue is allowed (and returns minValue).
Method Summary |
java.lang.Object |
setUnsignedMin$setMax(int minValue,
int maxValue)
The setUnsignedMin:setMax: method sets the minimum and maximum unsigned values to be returned |
setUnsignedMin$setMax
public java.lang.Object setUnsignedMin$setMax(int minValue,
int maxValue)
- The setUnsignedMin:setMax: method sets the minimum and maximum unsigned values to be returned