rand_pcg 0.3.0

Selected PCG random number generators
Documentation
[dependencies.rand_core]
version = "0.6.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1.1.4"

[features]
serde1 = ["serde"]

[package]
authors = ["The Rand Project Developers"]
categories = ["algorithms", "no-std"]
description = "Selected PCG random number generators\n"
documentation = "https://rust-random.github.io/rand/rand_pcg/"
edition = "2018"
homepage = "https://crates.io/crates/rand_pcg"
keywords = ["random", "rng", "pcg"]
license = "MIT OR Apache-2.0"
name = "rand_pcg"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
version = "0.3.0"