xoroshiro128 0.0.0

Fast psuedo-random number generators
Documentation

rust-xoroshiro128

CircleCI Crates.io

Source: https://github.com/mscharley/rust-xoroshiro128
Author: Matthew Scharley
Contributors: See contributors on GitHub
Bugs/Support: Github Issues
Copyright: 2016
License: MIT license
Status: Active

Synopsis

xoroshiro128 is a small rand-compatible library to generate psuedo-random numbers using the xoroshiro128+ alogrithm originally proposed by David Blackman and Sebastiano Vigna. See their website for the details and a good writeup.

Installation

xoroshiro128 is available on crates.io under the same name.

Usage

Usage and other documentation is available in the official documentation.