#numbers #generator #pcg

no-std rand_pcg

Selected PCG random number generators

12 releases

0.9.0-beta.1 Nov 30, 2024
0.9.0-alpha.2 Jul 29, 2024
0.9.0-alpha.1 Mar 18, 2024
0.3.1 Jun 15, 2021
0.1.1 Oct 5, 2018

#959 in Algorithms

Download history 380574/week @ 2024-08-23 348986/week @ 2024-08-30 376827/week @ 2024-09-06 320059/week @ 2024-09-13 367550/week @ 2024-09-20 369707/week @ 2024-09-27 368536/week @ 2024-10-04 374493/week @ 2024-10-11 395524/week @ 2024-10-18 345002/week @ 2024-10-25 348854/week @ 2024-11-01 363405/week @ 2024-11-08 424043/week @ 2024-11-15 329688/week @ 2024-11-22 372699/week @ 2024-11-29 346058/week @ 2024-12-06

1,558,641 downloads per month
Used in 5,141 crates (215 directly)

MIT/Apache

88KB
1K SLoC

rand_pcg

Test Status Latest version Book API API

Implements a selection of PCG random number generators.

PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. [Melissa O'Neill, Harvey Mudd College, 2014].

The PCG algorithms are not suitable for cryptographic uses, but perform well in statistical tests, use little memory and are fairly fast. See the pcg-random website.

This crate depends on rand_core and is part of the Rand project.

Links:

Crate Features

rand_pcg is no_std compatible by default.

The serde feature includes implementations of Serialize and Deserialize for the included RNGs.

License

rand_pcg is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.

Dependencies

~0.9–9MB
~93K SLoC