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