Uses of Class
io.github.olyutorskii.aletojio.rng.lcg.LcgRndInt32
Packages that use LcgRndInt32
Package
Description
Linear congruential generator(LCG) implementations.
-
Uses of LcgRndInt32 in io.github.olyutorskii.aletojio.rng.lcg
Methods in io.github.olyutorskii.aletojio.rng.lcg that return LcgRndInt32Modifier and TypeMethodDescriptionstatic LcgRndInt32
LcgFactory.createMrand48()
Create mrand48() compatible random generator.