xorshift128plus 0.1.1

Rust implementation of the psuedo random number generator xorshift128+
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dev-dependencies]
rand = "0.3.15"

[package]
authors = ["Linus Unnebäck <linus@folkdatorn.se>"]
description = "Rust implementation of the psuedo random number generator xorshift128+"
documentation = "https://docs.rs/xorshift128plus"
license = "MIT"
name = "xorshift128plus"
repository = "https://github.com/LinusU/rs-xorshift128plus"
version = "0.1.1"