Function ezio::random::i128

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

Generate a random integer from a uniform distribution.

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