xorshift128plus-rs 0.1.6

A simple implementation of the XorShift128+ pseudorandom number generator in Rust.
Documentation
[package]
name = "xorshift128plus-rs"
version = "0.1.6"
authors = ["David \"Dregel\" Bengtsson <david@witchcult.se>"]
description = "A simple implementation of the XorShift128+ pseudorandom number generator in Rust."
keywords = ["random", "xorshift", "prng", "pseudo", "pseudorandom"]
license = "MIT"
maintenance = {status = "passively-maintained"}
repository = "https://github.com/WitchcultGames/xorshift128plus-rs.git"

[dependencies]