swarm.random
Interface DoubleDistribution

All Known Subinterfaces:
ExponentialDist, GammaDist, LogNormalDist, Normal, NormalDist, UniformDoubleDist
All Known Implementing Classes:
ExponentialDistImpl, GammaDistImpl, UniformDoubleDistImpl

public interface DoubleDistribution
extends ProbabilityDistributionS, ProbabilityDistribution

Double Distribution . A probability distribution that returns an approximation of continuous values as represented by double-precision floating point values.


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

Method Detail

getDoubleSample

public double getDoubleSample()
The getDoubleSample method returns a double-precision floating point value.