randomize 4.0.0-alpha.3

Simple and minimalist randomization library.
Documentation
[package]
name = "randomize"
description = "Simple and minimalist randomization library."
version = "4.0.0-alpha.3"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/randomize"
readme = "README.md"
keywords = ["prng", "no_std", "no-std", "random", "rng"]
categories = ["no-std"]
edition = "2018"
license = "Zlib OR Apache-2.0 OR MIT"

[dependencies]
getrandom = { version = "0.1", optional = true }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg","docs_rs"]