swarm.random
Class MT19937genCImpl

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

public class MT19937genCImpl
extends PhaseCImpl
implements SimpleRandomGeneratorS, SimpleRandomGeneratorC, MT19937genS, MT19937genC

'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(MT19937gen nextPhase)
           
 
Methods implemented by this class for interface swarm.random.CommonGeneratorS
setAntithetic, setStateFromSeed
 
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.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

MT19937genCImpl

public MT19937genCImpl(MT19937gen nextPhase)

MT19937genCImpl

public MT19937genCImpl()