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