Jakub Kotur | 2ea66b3 | 2020-12-21 17:28:15 +0100 | [diff] [blame] | 1 | [package] |
| 2 | name = "oorandom" |
| 3 | version = "11.1.3" |
| 4 | authors = ["Simon Heath <icefox@dreamquest.io>"] |
| 5 | edition = "2018" |
| 6 | description = "A tiny, robust PRNG implementation." |
| 7 | repository = "https://sr.ht/~icefox/oorandom/" |
| 8 | readme = "README.md" |
| 9 | keywords = ["rng", "prng", "random", "pcg",] |
| 10 | categories = ["algorithms", "embedded", "no-std"] |
| 11 | license = "MIT" |
| 12 | |
| 13 | [badges] |
| 14 | maintenance = { status = "passively-maintained" } |
| 15 | |
| 16 | [dependencies] |
| 17 | |
| 18 | [dev-dependencies] |
| 19 | randomize = "3.0.0" |
| 20 | rand_pcg = "0.2" |
| 21 | rand_core = "0.5" |
| 22 | random-fast-rng = "0.1" |