[][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);

Re-exports

pub extern crate rand;

Functions

random_i8
random_i8_with_rng
random_i16
random_i16_with_rng
random_i32
random_i32_with_rng
random_i64
random_i64_with_rng
random_isize
random_isize_with_rng
random_u8
random_u8_with_rng
random_u16
random_u16_with_rng
random_u32
random_u32_with_rng
random_u64
random_u64_with_rng
random_usize
random_usize_with_rng