LinearCongruentialEngine.modulus

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 modulus;

Meta