Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Swarm 2.2 Reference Guide: Interface DoubleDistribution

swarm.random
Interface DoubleDistribution

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

public interface DoubleDistribution
extends ProbabilityDistribution, ProbabilityDistributionS

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

getDoubleSample

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