[dependencies.rand_core]
version = "0.9.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.104"
[dev-dependencies.bincode]
version = "1.1.4"
[features]
serde = ["dep:serde", "rand_core/serde"]
[lib]
name = "rand_isaac"
path = "src/lib.rs"
[package]
authors = ["The Rand Project Developers", "The Rust Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = """
ISAAC random number generator
"""
documentation = "https://docs.rs/rand_isaac"
edition = "2021"
homepage = "https://rust-random.github.io/book"
keywords = ["random", "rng", "isaac"]
license = "MIT OR Apache-2.0"
name = "rand_isaac"
readme = "README.md"
repository = "https://github.com/rust-random/rngs"
rust-version = "1.63"
version = "0.4.0"