swarm.random
Class MT19937genImpl

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

public class MT19937genImpl
extends Object
implements SimpleRandomGeneratorS, SimpleRandomGenerator, MT19937genS, MT19937gen

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


Constructor Summary
MT19937genImpl()
           
MT19937genImpl(Zone aZone)
          Default constructor for Impl class
MT19937genImpl(Zone aZone, int seed)
           
 
Methods implemented by this class for interface swarm.random.CommonGeneratorS
setAntithetic, setStateFromSeed
 
Methods implemented by this class for interface swarm.random.SimpleGenerator
getCurrentCount, getDoubleSample, getFloatSample, getThinDoubleSample, getUnsignedSample
 
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.CommonGenerator
getAntithetic, getInitialSeed, getMaxSeedValue, getUnsignedMax, lengthOfSeedVector, reset
 
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

MT19937genImpl

public MT19937genImpl()

MT19937genImpl

public MT19937genImpl(Zone aZone,
                      int seed)

MT19937genImpl

public MT19937genImpl(Zone aZone)
Default constructor for Impl class