1 unstable release

Uses old Rust 2015

0.1.0 Nov 8, 2016

#674 in #random

Download history 266/week @ 2024-11-17 344/week @ 2024-11-24 636/week @ 2024-12-01 587/week @ 2024-12-08 202/week @ 2024-12-15 87/week @ 2024-12-22 81/week @ 2024-12-29 189/week @ 2025-01-05 247/week @ 2025-01-12 313/week @ 2025-01-19 287/week @ 2025-01-26 453/week @ 2025-02-02 368/week @ 2025-02-09 362/week @ 2025-02-16 331/week @ 2025-02-23 211/week @ 2025-03-02

1,306 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

~345–570KB