swarm.random
Class UniformIntegerDistCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.random.UniformIntegerDistCImpl

public class UniformIntegerDistCImpl
extends PhaseCImpl
implements IntegerDistributionS, IntegerDistributionC, UniformIntegerDistS, UniformIntegerDistC

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).


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
UniformIntegerDistCImpl()
           
UniformIntegerDistCImpl(UniformIntegerDist nextPhase)
           
 
Methods implemented by this class for interface swarm.random.UniformIntegerDistS
setIntegerMin$setMax
 
Methods implemented by this class for interface swarm.random.UniformIntegerDistC
create$setGenerator$setIntegerMin$setMax, create$setGenerator$setVirtualGenerator$setIntegerMin$setMax
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionC
create$setGenerator, create$setGenerator$setVirtualGenerator, createWithDefaults
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniformIntegerDistCImpl

public UniformIntegerDistCImpl(UniformIntegerDist nextPhase)

UniformIntegerDistCImpl

public UniformIntegerDistCImpl()