Guppy v1 adds a native PCG32 random number generator to the standard library, including bounded random integers and mutable encapsulated RNG state.
Relevant PRs:
Suggested scope:
- Document basic PCG32 initialization and sampling.
- Show bounded integer generation.
- Explain that RNG state is mutable and should be handled like other Guppy state.
- Explain when to use this and when to use the qsystem RNG
Guppy v1 adds a native PCG32 random number generator to the standard library, including bounded random integers and mutable encapsulated RNG state.
Relevant PRs:
Suggested scope: