Module pcg_rand::multiplier

source ·

Structs

Provides a default “good” multiplier based on the multiplier provided in the C++ implementation of PCG
Provides a default “good” multiplier based on the multiplier provided in the C++ implementation of PCG for the MCG variant of the PCG generator.

Traits

This trait provides the multiplier for the internal LCG of the PCG generator Implementing this trait for a struct will allow providing your own multiplier for the PCG.