swarm.random
Class MT19937genCImpl

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

public class MT19937genCImpl
extends PhaseCImpl
implements SimpleRandomGeneratorS, SimpleRandomGeneratorC, MT19937genS

'Mersenne Twister' Twisted GFSR generator. This generator has a single cycle of length 2^19937-1.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
MT19937genCImpl()
           
MT19937genCImpl(MT19937genImpl 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

MT19937genCImpl

public MT19937genCImpl(MT19937genImpl nextPhase)

MT19937genCImpl

public MT19937genCImpl()