Uses of Class
org.apache.commons.rng.core.source32.AbstractPcgMcg6432
-
Packages that use AbstractPcgMcg6432 Package Description org.apache.commons.rng.core.source32 Concrete algorithms forint
-based sources of randomness. -
-
Uses of AbstractPcgMcg6432 in org.apache.commons.rng.core.source32
Subclasses of AbstractPcgMcg6432 in org.apache.commons.rng.core.source32 Modifier and Type Class Description class
PcgMcgXshRr32
A Permuted Congruential Generator (PCG) that is composed of a 64-bit Multiplicative Congruential Generator (MCG) combined with the XSH-RR (xorshift; random rotate) output transformation to create 32-bit output.class
PcgMcgXshRs32
A Permuted Congruential Generator (PCG) that is composed of a 64-bit Multiplicative Congruential Generator (MCG) combined with the XSH-RS (xorshift; random shift) output transformation to create 32-bit output.
-