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

#2166 in Algorithms

Download history 1719/week @ 2024-10-09 2337/week @ 2024-10-16 2097/week @ 2024-10-23 1763/week @ 2024-10-30 2078/week @ 2024-11-06 2168/week @ 2024-11-13 1865/week @ 2024-11-20 1760/week @ 2024-11-27 1909/week @ 2024-12-04 3017/week @ 2024-12-11 1764/week @ 2024-12-18 402/week @ 2024-12-25 951/week @ 2025-01-01 2176/week @ 2025-01-08 1753/week @ 2025-01-15 2023/week @ 2025-01-22

6,973 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

~53–385KB