urandom 0.1.0

Produce and consume randomness, to convert them to useful types and distributions, and some randomness-related algorithms.
Documentation
[dependencies.cfg-if]
version = "0.1"

[dependencies.dataview]
default-features = false
version = "0.1"

[dependencies.getrandom]
optional = true
version = "0.1"

[features]
default = ["getrandom"]

[package]
authors = ["Casper <CasualX@users.noreply.github.com>", "Developers of the Rand project", "The Rust Project Developers"]
categories = ["algorithms", "no-std"]
description = "Produce and consume randomness, to convert them to useful types and distributions, and some randomness-related algorithms."
documentation = "https://docs.rs/urandom/"
edition = "2018"
keywords = ["rand", "random", "rng"]
license = "MIT"
name = "urandom"
readme = "readme.md"
repository = "https://github.com/CasualX/urandom"
version = "0.1.0"