[dependencies.rand_core]
version = "0.9.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1"
[features]
serde = ["dep:serde"]
[lib]
name = "rand_xoshiro"
path = "src/lib.rs"
[package]
authors = ["The Rand Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "Xoshiro, xoroshiro and splitmix64 random number generators"
documentation = "https://docs.rs/rand_xoshiro"
edition = "2021"
homepage = "https://rust-random.github.io/book"
keywords = ["random", "rng"]
license = "MIT OR Apache-2.0"
name = "rand_xoshiro"
readme = "README.md"
repository = "https://github.com/rust-random/rngs"
rust-version = "1.63"
version = "0.7.0"
[[test]]
name = "serde"
path = "tests/serde.rs"