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.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
getDoubleSample
public double getDoubleSample ()
The getDoubleSample method returns a double-precision floating point value.