LinearCongruentialEngine.empty

Always false (random generators are infinite ranges).

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

Meta