rand_core 0.9.0-alpha.0

Core random number generator traits and tools for implementation.
Documentation
[dependencies.getrandom]
optional = true
version = "0.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.zerocopy]
default-features = false
version = "=0.8.0-alpha.5"

[features]
alloc = []
serde1 = ["serde"]
std = ["alloc", "getrandom?/std"]

[package]
authors = ["The Rand Project Developers", "The Rust Project Developers"]
categories = ["algorithms", "no-std"]
description = "Core random number generator traits and tools for implementation.\n"
documentation = "https://docs.rs/rand_core"
edition = "2021"
homepage = "https://rust-random.github.io/book"
keywords = ["random", "rng"]
license = "MIT OR Apache-2.0"
name = "rand_core"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
rust-version = "1.60"
version = "0.9.0-alpha.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]

[package.metadata.playground]
all-features = true