Function ezio::random::i8

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

Generate a random integer from a uniform distribution.

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