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

#1897 in Algorithms

Download history 2810/week @ 2023-07-27 2703/week @ 2023-08-03 1739/week @ 2023-08-10 2464/week @ 2023-08-17 2242/week @ 2023-08-24 1991/week @ 2023-08-31 2138/week @ 2023-09-07 2116/week @ 2023-09-14 1973/week @ 2023-09-21 1802/week @ 2023-09-28 1958/week @ 2023-10-05 2142/week @ 2023-10-12 1802/week @ 2023-10-19 1965/week @ 2023-10-26 2051/week @ 2023-11-02 1554/week @ 2023-11-09

7,678 downloads per month
Used in 30 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

~160KB