LinearCongruentialEngine.multiplier

The parameters of this distribution. The random number is x = (x * multipler + increment) % modulus.

struct LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
enum UIntType multiplier;

Meta