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