|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.random.RandomBitDistImpl
Random Bit Distribution . A generator that returns uniformly distributed single bit values (i.e. fair coin tosses).
Constructor Summary | |
RandomBitDistImpl()
|
|
RandomBitDistImpl(Zone aZone)
Default constructor for Impl class |
|
RandomBitDistImpl(Zone aZone,
Object generator)
Use this create message if the generator to be attached is a Simple one: |
|
RandomBitDistImpl(Zone aZone,
Object generator,
int vGen)
Use this create message if the generator to be attached is a Split one: |
Methods implemented by this class for interface swarm.random.BooleanDistribution |
getBooleanSample,
getIntegerSample |
Methods implemented by this class for interface swarm.random.RandomBitDist |
getCoinToss |
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS |
reset,
setGenerator,
setGenerator$setVirtualGenerator |
Methods implemented by this class for interface swarm.random.ProbabilityDistribution |
getCurrentCount,
getGenerator,
getOptionsInitialized,
getVirtualGenerator |
Methods implemented by this class for interface swarm.objectbase.SwarmObject |
getCompleteProbeMap,
getProbeForMessage,
getProbeForVariable,
getProbeMap |
Methods implemented by this class for interface swarm.random.InternalState |
describe,
getMagic,
getName,
getStateSize |
Methods implemented by this class for interface swarm.defobj.Drop |
drop |
Methods implemented by this class for 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 |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RandomBitDistImpl()
public RandomBitDistImpl(Zone aZone)
public RandomBitDistImpl(Zone aZone, Object generator)
public RandomBitDistImpl(Zone aZone, Object generator, int vGen)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |