swarm.random
Class PMMLCG1genImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.random.PMMLCG1genImpl

public class PMMLCG1genImpl
extends BaseImpl
implements PMMLCGgen, PMMLCGgenS, PMMLCG1genS, PMMLCG1gen

Prime Modulus Multiplicative Linear Congruential Generator 1. With parameters a = 16,807 and m = 2,147,483,647, this generator has a single full cycle of length (m-1).


Constructor Summary
PMMLCG1genImpl()
           
PMMLCG1genImpl(Zone aZone)
           
PMMLCG1genImpl(Zone aZone, int seed)
           
 
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
getMagic, 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.random.CommonGeneratorS
setAntithetic, setStateFromSeed
 
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 implemented by this class for interface swarm.defobj.GetName
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMMLCG1genImpl

public PMMLCG1genImpl()

PMMLCG1genImpl

public PMMLCG1genImpl(Zone aZone,
                      int seed)

PMMLCG1genImpl

public PMMLCG1genImpl(Zone aZone)