swarm.random
Interface UnsignedDistribution

All Known Subinterfaces:
BinomialDist, PoissonDist, UniformUnsignedDist
All Known Implementing Classes:
PoissonDistImpl, UniformUnsignedDistImpl, BinomialDistImpl

public interface UnsignedDistribution
extends ProbabilityDistribution, ProbabilityDistributionS

Unsigned Distribution . A probability distribution that returns non-negative integer sample values.


Method Summary
 int getUnsignedSample()
          The getUnsignedSample method returns a non-negative integer sample value.
 
Methods inherited from interface swarm.random.ProbabilityDistribution
getCurrentCount, getGenerator, getOptionsInitialized, getVirtualGenerator
 
Methods inherited from interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 
Methods inherited from interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods inherited from interface swarm.random.InternalState
getMagic, getStateSize
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

getUnsignedSample

public int getUnsignedSample()
The getUnsignedSample method returns a non-negative integer sample value.