xoroshiro128

Crates.ioxoroshiro128
lib.rsxoroshiro128
version0.5.0
sourcesrc
created_at2016-11-26 06:18:42.114695
updated_at2020-06-05 03:29:33.958827
descriptionFast psuedo-random number generators
homepage
repositoryhttps://github.com/mscharley/rust-xoroshiro128
max_upload_size
id7366
size23,786
Matthew Scharley (mscharley)

documentation

https://mscharley.github.io/rust-xoroshiro128/

README

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.

Commit count: 58

cargo fmt