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: Class UniformDoubleDistCImpl
swarm.random
Class UniformDoubleDistCImpl
java.lang.Object
|
+--swarm.BaseImpl
|
+--swarm.PhaseCImpl
|
+--swarm.random.UniformDoubleDistCImpl
public class UniformDoubleDistCImpl extends PhaseCImpl implements DoubleDistributionC , DoubleDistributionS , UniformDoubleDistS , UniformDoubleDistC
Uniform Double Distribution .
A generator of floating point values uniformly distributed across a half-open interval [min,max). (The interval includes the lower endpoint but excludes the upper endpoint.) NOTE: Setting minValue == maxValue is allowed (and returns minValue).
Methods inherited from class java.lang.Object
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
UniformDoubleDistCImpl
public UniformDoubleDistCImpl (UniformDoubleDist nextPhase)
UniformDoubleDistCImpl
public UniformDoubleDistCImpl ()