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