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.


Constructor Summary
C2TAUS2genImpl()
           
C2TAUS2genImpl(Zone aZone)
           
C2TAUS2genImpl(Zone aZone, int seed)
           
 
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
getMagic, 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.random.CommonGeneratorS
setAntithetic, setStateFromSeed
 
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
 

Constructor Detail

C2TAUS2genImpl

public C2TAUS2genImpl()

C2TAUS2genImpl

public C2TAUS2genImpl(Zone aZone,
                      int seed)

C2TAUS2genImpl

public C2TAUS2genImpl(Zone aZone)