Welcome to the NetCologne GmbH open source mirroring service!
This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
Swarm 2.2 Reference Guide: Class PMMLCG1genCImpl
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).
Methods inherited from class java.lang.Object
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
PMMLCG1genCImpl
public PMMLCG1genCImpl (PMMLCG1gen nextPhase)
PMMLCG1genCImpl
public PMMLCG1genCImpl ()