1 unstable release

Uses old Rust 2015

0.1.0 Nov 8, 2016

#655 in #random

Download history 93/week @ 2024-03-11 163/week @ 2024-03-18 86/week @ 2024-03-25 113/week @ 2024-04-01 90/week @ 2024-04-08 92/week @ 2024-04-15 71/week @ 2024-04-22 87/week @ 2024-04-29 175/week @ 2024-05-06 86/week @ 2024-05-13 129/week @ 2024-05-20 69/week @ 2024-05-27 111/week @ 2024-06-03 185/week @ 2024-06-10 264/week @ 2024-06-17 128/week @ 2024-06-24

695 downloads per month
Used in 3 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

~315–540KB