|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.random.C2TAUS3genImpl
Combined Tausworthe generator 3. Component 1 parameters: P = 31, S = 13, Q = 13 Component 2 parameters: P = 29, S = 20, Q = 2 With these parameters, this generator has a single full cycle of length ~ 2^60.
Constructor Summary | |
C2TAUS3genImpl()
|
|
C2TAUS3genImpl(Zone aZone)
Default constructor for Impl class |
|
C2TAUS3genImpl(Zone aZone,
int seed)
|
Methods implemented by this class for interface swarm.random.CommonGeneratorS |
setAntithetic,
setStateFromSeed |
Methods implemented by this class for interface swarm.random.SimpleGenerator |
getCurrentCount,
getDoubleSample,
getFloatSample,
getThinDoubleSample,
getUnsignedSample |
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.random.CommonGenerator |
getAntithetic,
getInitialSeed,
getMaxSeedValue,
getUnsignedMax,
lengthOfSeedVector,
reset |
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 C2TAUS3genImpl()
public C2TAUS3genImpl(Zone aZone, int seed)
public C2TAUS3genImpl(Zone aZone)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |