Function alea::i64_in_range[][src]

pub fn i64_in_range(min: i64, max: i64) -> i64
Expand description

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