Skip to content

Document random library #165

Description

@ss2165

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

Metadata

Metadata

Assignees

Labels

GuppyV1Issues that relate to Guppy V1 features e.g. modifiers, protocols etclanguage guideImprovements or additions to documentation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions