JavaScript is disabled on your browser.
Skip navigation links
Aletojio 1.101.6 API
Overview
Package
Class
Use
Tree
Index
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package io.github.olyutorskii.aletojio.rng.mwc
package
io.github.olyutorskii.aletojio.rng.mwc
Multiply-with-carry random number generators.
See Also:
Multiply-with-carry pseudorandom number generator (Wikipedia)
Related Packages
Package
Description
io.github.olyutorskii.aletojio.rng
Random number generator interfaces.
io.github.olyutorskii.aletojio.rng.dull
Extremely poorly made and biased random number generators.
io.github.olyutorskii.aletojio.rng.fibo
Random number generators affected by the output of several generations past.
io.github.olyutorskii.aletojio.rng.lcg
Linear congruential generator(LCG) implementations.
io.github.olyutorskii.aletojio.rng.xorsft
Random number generator composed of XOR and shift operation.
Classes
Class
Description
Cmwc
Complementary-multiply-with-carry random number generator.
Mwc
lag-r Multiply-with-carry random number generator.