Module randomize::generators[][src]

The module for the various generators.

Structs

PCG32

A permuted congruential generator with 32-bit output and per-generator stream selection.

PCG64

A permuted congruential generator with 64-bit output and per-generator stream selection.

Traits

PCG

The trait for any type that's a form of permuted congruential generator.