Function alea::i32_in_range[][src]

pub fn i32_in_range(min: i32, max: i32) -> i32
Expand description

Generate a random i32 value in the range [min, max] (i.e., both endpoints are included).