nanorand 0.2.0

A tiny, fast, zero-dep library for random number generation.
Documentation
[[bench]]
harness = false
name = "randbench"
[dev-dependencies.criterion]
version = "0.3"

[features]
ctor = ["std"]
default = ["std", "ctor", "wyrand"]
std = []
wyrand = []

[package]
authors = ["aspen <luxx4x@protonmail.com>"]
categories = ["algorithms", "no-std"]
description = "A tiny, fast, zero-dep library for random number generation."
edition = "2018"
keywords = ["rand", "random", "no-std", "entropy"]
license = "Zlib"
name = "nanorand"
readme = "README.md"
repository = "https://github.com/aspenluxxxy/nanorand-rs"
version = "0.2.0"