swarm.random
Class C2TAUS2genCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.random.C2TAUS2genCImpl

public class C2TAUS2genCImpl
extends PhaseCImpl
implements C2TAUSgenC, C2TAUSgenS, C2TAUS2genS, C2TAUS2genC

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
C2TAUS2genCImpl()
           
C2TAUS2genCImpl(C2TAUS2gen nextPhase)
           
 
Methods implemented by this class for interface swarm.random.SimpleGeneratorC
create$setStateFromSeed
 
Methods implemented by this class for interface swarm.random.CommonGeneratorC
createWithDefaults
 
Methods implemented by this class for interface swarm.random.CommonGeneratorS
setAntithetic, setStateFromSeed
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C2TAUS2genCImpl

public C2TAUS2genCImpl(C2TAUS2gen nextPhase)

C2TAUS2genCImpl

public C2TAUS2genCImpl()