xorshift128plus-rs 0.1.2

A simple implementation of the XorShift128+ pseudorandom number generator in Rust.
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 = "xorshift128plus-rs"
version = "0.1.2"
authors = ["David Bengtsson <david@witchcult.se>"]
description = "A simple implementation of the XorShift128+ pseudorandom number generator in Rust."
keywords = ["random", "xorshift", "prng", "pseudo", "pseudorandom"]
license = "MIT"
repository = "https://github.com/WitchcultGames/xorshift128plus-rs.git"

[dependencies]