Uses of Class
io.github.olyutorskii.aletojio.rng.lcg.AbstractLcg
Packages that use AbstractLcg
Package
Description
Linear congruential generator(LCG) implementations.
-
Uses of AbstractLcg in io.github.olyutorskii.aletojio.rng.lcg
Subclasses of AbstractLcg in io.github.olyutorskii.aletojio.rng.lcgModifier and TypeClassDescriptionclass
Implementation of 31bit output Linear congruential generator(LCG).class
Implementation of 32bit output Linear congruential generator(LCG).