Function fastrand::isize

source ·
pub fn isize(range: impl RangeBounds<isize>) -> isize
Expand description

Generates a random isize in the given range.

Panics if the range is empty.