pub const MAX_RANDOM_INTEGER: u64 = 9007199254740991;
Maximum random integer that can be generated. This is the last positive 64-bit value in the two’s complement representation.