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