random-integer 1.0.2

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

Random Integer

Build Status Build status

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

Crates.io

https://crates.io/crates/random-integer

Documentation

https://docs.rs/random-integer

License

MIT