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

#2681 in Algorithms

Download history 2565/week @ 2024-12-16 608/week @ 2024-12-23 508/week @ 2024-12-30 2250/week @ 2025-01-06 1725/week @ 2025-01-13 2148/week @ 2025-01-20 2165/week @ 2025-01-27 2590/week @ 2025-02-03 2595/week @ 2025-02-10 2303/week @ 2025-02-17 2082/week @ 2025-02-24 1922/week @ 2025-03-03 2352/week @ 2025-03-10 1921/week @ 2025-03-17 2253/week @ 2025-03-24 1977/week @ 2025-03-31

8,525 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

~59–385KB