pub fn i64(range: impl RangeBounds<i64>) -> i64
Available on crate feature
std
only.Expand description
Generates a random i64
in the given range.
Panics if the range is empty.
pub fn i64(range: impl RangeBounds<i64>) -> i64
std
only.Generates a random i64
in the given range.
Panics if the range is empty.