swarm.random
Class C2TAUS1genCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.random.C2TAUS1genCImpl

public class C2TAUS1genCImpl
extends PhaseCImpl
implements C2TAUSgenS, C2TAUSgenC, C2TAUS1genS

Combined Tausworthe generator 1. Component 1 parameters: P = 31, S = 12, Q = 13 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
C2TAUS1genCImpl()
           
C2TAUS1genCImpl(C2TAUS1genImpl nextPhase)
           
 
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.defobj.CreateC
createEnd
 
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

C2TAUS1genCImpl

public C2TAUS1genCImpl(C2TAUS1genImpl nextPhase)

C2TAUS1genCImpl

public C2TAUS1genCImpl()