pub fn u8(range: impl RangeBounds<u8>) -> u8
Generates a random u8 in the given range.
u8
Panics if the range is empty.