Skip to main content

u32

Function u32 

Source
pub fn u32(range: impl RangeBounds<u32>) -> u32
Expand description

Returns a random u32 in the given range(thread-safe, but not cryptographically secure). Panics if the range is invalid.