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

#2286 in Algorithms

Download history 1815/week @ 2024-11-16 1743/week @ 2024-11-23 2078/week @ 2024-11-30 2064/week @ 2024-12-07 3066/week @ 2024-12-14 644/week @ 2024-12-21 413/week @ 2024-12-28 2184/week @ 2025-01-04 1801/week @ 2025-01-11 1973/week @ 2025-01-18 2036/week @ 2025-01-25 2582/week @ 2025-02-01 2791/week @ 2025-02-08 2316/week @ 2025-02-15 2112/week @ 2025-02-22 1719/week @ 2025-03-01

9,387 downloads per month
Used in 32 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

~57–390KB