LinearCongruentialEngine.min

Lowest generated value (1 if c == 0, 0 otherwise).

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

Meta