rand 0.4.5

Random number generators and other randomness functionality.
Documentation
[features]
alloc = []
default = ["std"]
i128_support = []
nightly = ["i128_support"]
std = ["libc"]

[package]
authors = ["The Rust Project Developers"]
categories = ["algorithms"]
description = "Random number generators and other randomness functionality.\n"
documentation = "https://docs.rs/rand"
homepage = "https://github.com/rust-lang-nursery/rand"
keywords = ["random", "rng"]
license = "MIT/Apache-2.0"
name = "rand"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/rand"
version = "0.4.5"
[target."cfg(target_env = \"sgx\")".dependencies.rand_core]
default-features = false
version = "0.3"

[target."cfg(target_env = \"sgx\")".dependencies.rdrand]
version = "0.4.0"
[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
version = "0.3.2"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "ntsecapi", "profileapi", "winnt"]
version = "0.3"