| [package] | |
| name = "oorandom" | |
| version = "11.1.3" | |
| authors = ["Simon Heath <[email protected]>"] | |
| edition = "2018" | |
| description = "A tiny, robust PRNG implementation." | |
| repository = "https://sr.ht/~icefox/oorandom/" | |
| readme = "README.md" | |
| keywords = ["rng", "prng", "random", "pcg",] | |
| categories = ["algorithms", "embedded", "no-std"] | |
| license = "MIT" | |
| [badges] | |
| maintenance = { status = "passively-maintained" } | |
| [dependencies] | |
| [dev-dependencies] | |
| randomize = "3.0.0" | |
| rand_pcg = "0.2" | |
| rand_core = "0.5" | |
| random-fast-rng = "0.1" |