Uses of Class
org.apache.commons.rng.core.source32.AbstractPcgMcg6432
Packages that use AbstractPcgMcg6432
Package
Description
Concrete algorithms for
int
-based sources of randomness.-
Uses of AbstractPcgMcg6432 in org.apache.commons.rng.core.source32
Subclasses of AbstractPcgMcg6432 in org.apache.commons.rng.core.source32Modifier and TypeClassDescriptionclass
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
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.