rustmax

Module rand_pcg

Source
Expand description

The PCG non-cryptographically-secure random number generators.

See crate ::rand_pcg.

Modules§

Structs§

  • A PCG random number generator (XSH RR 64/32 (LCG) variant).
  • A PCG random number generator (CM DXSM 128/64 (LCG) variant).
  • A PCG random number generator (XSL RR 128/64 (LCG) variant).
  • A PCG random number generator (XSL 128/64 (MCG) variant).

Type Aliases§