1 unstable release

Uses old Rust 2015

0.1.0 Nov 8, 2016

#654 in #random

Download history 73/week @ 2024-01-06 43/week @ 2024-01-13 56/week @ 2024-01-20 39/week @ 2024-01-27 39/week @ 2024-02-03 51/week @ 2024-02-10 93/week @ 2024-02-17 98/week @ 2024-02-24 111/week @ 2024-03-02 95/week @ 2024-03-09 110/week @ 2024-03-16 140/week @ 2024-03-23 117/week @ 2024-03-30 67/week @ 2024-04-06 124/week @ 2024-04-13 58/week @ 2024-04-20

373 downloads per month
Used in 2 crates

BSD-2-Clause

4KB
109 lines

librng

This Rust library contains implementations of random number generators, as well as auxiliary RNG traits.

Currently, it contains an implementation of the original xorshift128+ RNG (https://arxiv.org/pdf/1404.0390v1.pdf), where the addition is done after the shifts.

Dependencies

~320–540KB