Uses of Class
org.apache.commons.rng.core.source32.AbstractPcg6432

Packages that use AbstractPcg6432
Package
Description
Concrete algorithms for int-based sources of randomness.
  • Uses of AbstractPcg6432 in org.apache.commons.rng.core.source32

    Modifier and Type
    Class
    Description
    class 
    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 
    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.