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
 java.lang.Object setIntegerMin$setMax(int minValue, int maxValue)
          The setIntegerMin:setMax: method sets the minimum and maximum integer values to be returned
 
Methods inherited from interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 

Method Detail

setIntegerMin$setMax

public java.lang.Object setIntegerMin$setMax(int minValue,
                                             int maxValue)
The setIntegerMin:setMax: method sets the minimum and maximum integer values to be returned