LinearCongruentialEngine.max

Highest generated value (modulus - 1).

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

Meta