rand_xoshiro 0.2.0

Xoshiro, xoroshiro and splitmix64 random number generators
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rand_xoshiro"
version = "0.2.0"
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.byteorder]
version = "1"
default-features = false

[dependencies.rand_core]
version = "0.4"

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

[dependencies.serde_derive]
version = "^1.0.38"
optional = true
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.rand]
version = "0.6"
default-features = false

[features]
serde1 = ["serde", "serde_derive"]