[go: up one dir, main page]

[][src]Function fastrand::u128

pub fn u128(range: impl RangeBounds<u128>) -> u128

Generates a random u128 in the given range.

Panics if the range is empty.