stdrandom 0.2.0

Generate random numbers using standard library
Documentation
[package]
name = "stdrandom"
version = "0.2.0"
description = "Generate random numbers using standard library"

edition = "2018"
rust-version = "1.56.0"

authors = ["Radim Kolar <hsn@sendmail.cz>"]
license = "Unlicense OR CC0-1.0"

categories = ["algorithms", "data-structures", "mathematics", "cryptography" ]
keywords = ["random", "rng", "entropy", "rand", "secure"]

documentation = "https://docs.rs/stdrandom"

[dependencies]

[profile.test]
overflow-checks = true