Skip to content

Commit

Permalink
Add README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxxep committed Nov 14, 2023
1 parent 4730581 commit 22c590b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# rand-unique

[<img alt="crates.io version badge" src="https://img.shields.io/crates/v/rand-unique?color=green&style=for-the-badge&logo=rust" />](https://crates.io/crates/rand-unique)&ensp;[<img alt="github build status badge" src="https://img.shields.io/github/actions/workflow/status/hoxxep/rand-unique/rust.yaml?style=for-the-badge&logo=github" />](https://github.com/hoxxep/rand-unique)&ensp;[<img src="https://img.shields.io/badge/docs.rs-rand--unique-66c2a5?style=for-the-badge&logo=docs.rs" />]()&ensp;[<img alt="license badge" src="https://img.shields.io/crates/l/rand-unique?color=green&style=for-the-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.
Expand Down

0 comments on commit 22c590b

Please sign in to comment.