Constant MAX_RANDOM_INTEGER

Source
pub const MAX_RANDOM_INTEGER: u64 = 9007199254740991;
Expand description

Maximum random integer that can be generated. This is the last positive 64-bit value in the two’s complement representation.