swarm.random
Interface UniformIntegerDistS
- All Known Implementing Classes:
- UniformIntegerDistCImpl, UniformIntegerDistImpl
- public interface UniformIntegerDistS
- extends IntegerDistributionS
Uniform Integer Distribution.
A generator of 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 |
Object |
setIntegerMin$setMax(int minValue,
int maxValue)
The setIntegerMin:setMax: method sets the minimum and maximum integer values to be returned |
setIntegerMin$setMax
public Object setIntegerMin$setMax(int minValue,
int maxValue)
- The setIntegerMin:setMax: method sets the minimum and maximum integer values to be returned