|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.PhaseCImpl | +--swarm.random.UniformDoubleDistCImpl
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).
Fields inherited from class swarm.PhaseCImpl |
nextPhase |
Constructor Summary | |
UniformDoubleDistCImpl()
|
|
UniformDoubleDistCImpl(UniformDoubleDist nextPhase)
|
Methods implemented by this class for interface swarm.random.UniformDoubleDistS |
setDoubleMin$setMax |
Methods implemented by this class for interface swarm.random.UniformDoubleDistC |
create$setGenerator$setDoubleMin$setMax,
create$setGenerator$setVirtualGenerator$setDoubleMin$setMax |
Methods implemented by this class for interface swarm.random.ProbabilityDistributionC |
create$setGenerator,
create$setGenerator$setVirtualGenerator,
createWithDefaults |
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS |
reset,
setGenerator,
setGenerator$setVirtualGenerator |
Methods implemented by this class for interface swarm.defobj.CreateC |
create,
createBegin,
createEnd |
Methods implemented by this class for interface swarm.defobj.CustomizeC |
customizeBegin,
customizeCopy,
customizeEnd |
Methods inherited from class swarm.PhaseCImpl |
_copy_creating_phase_to_using_phase |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UniformDoubleDistCImpl(UniformDoubleDist nextPhase)
public UniformDoubleDistCImpl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |