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