[package]
edition = "2018"
name = "rand_xoshiro"
version = "0.3.1"
authors = ["The Rand Project Developers"]
description = "Xoshiro, xoroshiro and splitmix64 random number generators"
homepage = "https://crates.io/crates/rand_xoshiro"
documentation = "https://docs.rs/rand_xoshiro"
readme = "README.md"
keywords = ["random", "rng"]
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-random/rand"
[dependencies.rand_core]
version = "0.5"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[dev-dependencies.bincode]
version = "1"
[features]
serde1 = ["serde"]