This is a port of the PCG random number generation libary, made for C and C++, to Rust.
The library implements the RngCore
trait, which automatically implements the
Rng
trait, providing a standard interface to generate and sample random numbers.
Note: with the 1.0.0 release of pcg-rs, the old sampling methods have been deprecated,
please use the sampling methods implemented via the Rng
trait instead.
http://www.pcg-random.org