Uses of Interface
io.github.olyutorskii.aletojio.rng.RndInt31
Packages that use RndInt31
Package
Description
Random number generator interfaces.
Linear congruential generator(LCG) implementations.
-
Uses of RndInt31 in io.github.olyutorskii.aletojio.rng
Classes in io.github.olyutorskii.aletojio.rng that implement RndInt31Constructors in io.github.olyutorskii.aletojio.rng with parameters of type RndInt31 -
Uses of RndInt31 in io.github.olyutorskii.aletojio.rng.lcg
Classes in io.github.olyutorskii.aletojio.rng.lcg that implement RndInt31Modifier and TypeClassDescriptionclass
Implementation of 31bit output Linear congruential generator(LCG).