Function ezio::random::isize

source ·
pub fn isize() -> isize
Expand description

Generate a random integer from a uniform distribution.

Implemented using the rand crate, see their docs for more information.