swarm.random
Class C2TAUS2genImpl

java.lang.Object
  |
  +--swarm.random.C2TAUS2genImpl

public class C2TAUS2genImpl
extends Object
implements C2TAUSgenS, C2TAUSgen, 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(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

C2TAUS2genImpl

public C2TAUS2genImpl()

C2TAUS2genImpl

public C2TAUS2genImpl(ZoneImpl aZone,
                      int seed)

C2TAUS2genImpl

public C2TAUS2genImpl(ZoneImpl aZone)
Default constructor for Impl class