oorandom 11.1.4

A tiny, robust PRNG implementation.
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies]
[dev-dependencies.rand_core]
version = "0.5"

[dev-dependencies.rand_pcg]
version = "0.2"

[dev-dependencies.random-fast-rng]
version = "0.1"

[dev-dependencies.randomize]
version = "3.0.0"

[lib]
name = "oorandom"
path = "src/lib.rs"

[package]
authors = ["Simon Heath <icefox@dreamquest.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "embedded", "no-std"]
description = "A tiny, robust PRNG implementation."
edition = "2018"
keywords = ["rng", "prng", "random", "pcg"]
license = "MIT"
name = "oorandom"
readme = "README.md"
repository = "https://hg.sr.ht/~icefox/oorandom"
version = "11.1.4"