Random Integer

Build Status Build status

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

Example

```rust extern crate random_integer;

let rnd = randominteger::randomu8(224, 255);

println!("{}", rnd); ```

Crates.io

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

Documentation

https://docs.rs/random-integer

License

MIT