randomΒΆ
Pure Guppy random number generation.
Implements the PCG32 (XSH-RR, 64/32) generator from the PCG family; see https://www.pcg-random.org/ and the reference C code in pcg-c-basic.
Classes
|
A deterministic 32-bit random number generator using the PCG32 algorithm. |
Functions
|
Create a new |