[][src]Crate pcg

Synopsis

The PCG crate is a port of the C/C++ PCG library for generating random numbers. It implements the RngCore trait so all of the standard Rust methods for generating random numbers are available.

Note: you must use the rand crate if you want to use the methods provided by the Rng trait.

Structs

Pcg

The Pcg state struct contains state information for use by the random number generating functions.

PcgSeed