swarm.random
Class UniformUnsignedDistCImpl

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

public class UniformUnsignedDistCImpl
extends PhaseCImpl
implements UnsignedDistributionS, UnsignedDistributionC, UniformUnsignedDistS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
UniformUnsignedDistCImpl()
           
UniformUnsignedDistCImpl(UniformUnsignedDistImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.random.UniformUnsignedDistS
setUnsignedMin$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
createEnd
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
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

UniformUnsignedDistCImpl

public UniformUnsignedDistCImpl(UniformUnsignedDistImpl nextPhase)

UniformUnsignedDistCImpl

public UniformUnsignedDistCImpl()