swarm.random
Interface UniformDoubleDistC


public abstract interface UniformDoubleDistC
extends DoubleDistributionS, DoubleDistributionC

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 interface swarm.random.ProbabilityDistributionC
createEnd