swarm.random
Class PMMLCG1genCImpl

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

public class PMMLCG1genCImpl
extends PhaseCImpl
implements PMMLCGgenS, PMMLCGgenC, PMMLCG1genS

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(PMMLCG1genImpl 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

PMMLCG1genCImpl

public PMMLCG1genCImpl(PMMLCG1genImpl nextPhase)

PMMLCG1genCImpl

public PMMLCG1genCImpl()