swarm.random
Class PMMLCG1genCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.random.PMMLCG1genCImpl

public class PMMLCG1genCImpl
extends PhaseCImpl
implements PMMLCGgenC, PMMLCGgenS, PMMLCG1genS, PMMLCG1genC

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).


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
PMMLCG1genCImpl()
           
PMMLCG1genCImpl(PMMLCG1gen nextPhase)
           
 
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.random.CommonGeneratorS
setAntithetic, setStateFromSeed
 
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

PMMLCG1genCImpl

public PMMLCG1genCImpl(PMMLCG1gen nextPhase)

PMMLCG1genCImpl

public PMMLCG1genCImpl()