Module pcg_rand::multiplier[][src]

Structs

DefaultMultiplier

Provides a default "good" multiplier based on the multiplier provided in the C++ implementation of PCG

McgMultiplier

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

Multiplier

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.