LinearCongruentialEngine.hasFixedRange

Does this generator have a fixed range? (true).

struct LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
enum bool hasFixedRange;

Meta