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 Jun 5, 2020

#2152 in Algorithms

Download history 2540/week @ 2024-07-29 2610/week @ 2024-08-05 2345/week @ 2024-08-12 2545/week @ 2024-08-19 2623/week @ 2024-08-26 2267/week @ 2024-09-02 2091/week @ 2024-09-09 1763/week @ 2024-09-16 2158/week @ 2024-09-23 2051/week @ 2024-09-30 1830/week @ 2024-10-07 2000/week @ 2024-10-14 2245/week @ 2024-10-21 1850/week @ 2024-10-28 2142/week @ 2024-11-04 2030/week @ 2024-11-11

8,323 downloads per month
Used in 31 crates (3 directly)

MIT license

19KB
518 lines

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.

Dependencies

~56–390KB