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.

Functions

seeded_pcg32(seed)

Create a new PCG32 generator from a seed value.