You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
519 B

[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"