rand_xorshift 0.1.1

Xorshift random number generator
Documentation
[badges.appveyor]
repository = "rust-random/rand"

[badges.travis-ci]
repository = "rust-random/rand"
[dependencies.rand_core]
default-features = false
version = ">=0.2, <0.4"

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

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

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

[package]
authors = ["The Rand Project Developers", "The Rust Project Developers"]
categories = ["algorithms", "no-std"]
description = "Xorshift random number generator\n"
documentation = "https://rust-random.github.io/rand/rand_xorshift"
homepage = "https://crates.io/crates/rand_xorshift"
keywords = ["random", "rng", "xorshift"]
license = "MIT/Apache-2.0"
name = "rand_xorshift"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
version = "0.1.1"