5 releases (breaking)
Uses old Rust 2015
0.5.0 | Jun 5, 2020 |
---|---|
0.4.0 | Nov 3, 2019 |
0.3.0 | Jan 19, 2018 |
0.2.0 | Dec 27, 2016 |
0.0.0 |
|
#2152 in Algorithms
8,323 downloads per month
Used in 31 crates
(3 directly)
19KB
518 lines
rust-xoroshiro128
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.
Dependencies
~56–390KB