[][src]Crate random_integer

Random Integer

Generate a random integer between two integer numbers (including the two integer numbers).

Example

extern crate random_integer;

let rnd = random_integer::random_u8(224, 255);

println!("{}", rnd);

Functions

random_i8
random_i16
random_i32
random_i64
random_isize
random_u8
random_u16
random_u32
random_u64
random_usize