rand04 0.1.1

Re-export of rand 0.4, so it can be used together with a later version of rand.
Documentation
[dependencies.rand]
default-features = false
version = "0.4.3"

[features]
default = ["std"]
std = ["rand/std"]

[package]
authors = ["Andreas Fackler <AndreasFackler@gmx.de>"]
categories = ["algorithms", "no-std"]
description = "Re-export of rand 0.4, so it can be used together with a later version of rand."
edition = "2018"
keywords = ["random", "rng"]
license = "MIT/Apache-2.0"
name = "rand04"
readme = "README.md"
repository = "https://github.com/poanetwork/rand04_compat"
version = "0.1.1"