diff --git a/README.md b/README.md index dab48a0..a62b88e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # rand-unique +[crates.io version badge](https://crates.io/crates/rand-unique) [github build status badge](https://github.com/hoxxep/rand-unique) []() [license badge](https://github.com/hoxxep/rand-unique) + + A no-std crate for generating sequences of unique random numbers in O(1) time and space. [`RandomSequence`](https://docs.rs/rand-unique/latest/rand_unique/struct.RandomSequence.html) is a non-repeating pseudo-random sequence generator, directly index-able for the nth number in the sequence. Not cryptographically secure. No-std compatible.