blob: 4b30b6f5688ec0415b22e16a03cc224f713fdbbb [file] [log] [blame]
[package]
name = "oorandom"
version = "11.1.3"
authors = ["Simon Heath <icefox@dreamquest.io>"]
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"