swarm.random
Interface UniformDoubleDistS

All Known Implementing Classes:
UniformDoubleDistCImpl, UniformDoubleDistImpl

public interface UniformDoubleDistS
extends DoubleDistributionS

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


Method Summary
 java.lang.Object setDoubleMin$setMax(double minValue, double maxValue)
          The setDoubleMin:setMax method sets the minimum and maximum floating point values of the distribution.
 
Methods inherited from interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 

Method Detail

setDoubleMin$setMax

public java.lang.Object setDoubleMin$setMax(double minValue,
                                            double maxValue)
The setDoubleMin:setMax method sets the minimum and maximum floating point values of the distribution.