Class LcgRng
java.lang.Object
fj.Rng
fj.LcgRng
https://en.wikipedia.org/wiki/Linear_congruential_generator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Rng
nextNatural, range
-
Constructor Details
-
LcgRng
public LcgRng() -
LcgRng
public LcgRng(long s)
-
-
Method Details
-
getSeed
public final long getSeed() -
nextInt
-
nextLong
-