swarm.random
Class C2TAUS2genImpl
java.lang.Object
|
+--swarm.BaseImpl
|
+--swarm.random.C2TAUS2genImpl
- public class C2TAUS2genImpl
- extends BaseImpl
- implements C2TAUSgen, C2TAUSgenS, C2TAUS2genS, C2TAUS2gen
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.
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 implemented by this class for interface swarm.defobj.GetName |
getName |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
C2TAUS2genImpl
public C2TAUS2genImpl()
C2TAUS2genImpl
public C2TAUS2genImpl(Zone aZone,
int seed)
C2TAUS2genImpl
public C2TAUS2genImpl(Zone aZone)