Crates.io | xoroshiro128 |
lib.rs | xoroshiro128 |
version | 0.5.0 |
source | src |
created_at | 2016-11-26 06:18:42.114695 |
updated_at | 2020-06-05 03:29:33.958827 |
description | Fast psuedo-random number generators |
homepage | |
repository | https://github.com/mscharley/rust-xoroshiro128 |
max_upload_size | |
id | 7366 |
size | 23,786 |
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
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.
xoroshiro128
is available on crates.io under the same name.
Usage and other documentation is available in the official documentation.