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