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

#2134 in Algorithms

Download history 2077/week @ 2023-12-18 1054/week @ 2023-12-25 913/week @ 2024-01-01 1657/week @ 2024-01-08 1714/week @ 2024-01-15 2071/week @ 2024-01-22 2051/week @ 2024-01-29 1818/week @ 2024-02-05 1597/week @ 2024-02-12 1436/week @ 2024-02-19 1747/week @ 2024-02-26 2073/week @ 2024-03-04 1653/week @ 2024-03-11 1907/week @ 2024-03-18 2053/week @ 2024-03-25 2578/week @ 2024-04-01

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

~165KB