No description
Find a file
Daniel Baumann 9280146edc
Releasing fastforward version 0.10.0-2~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-05-22 21:24:29 +02:00
debian Releasing fastforward version 0.10.0-2~ffwd13+u1. 2026-05-22 21:24:29 +02:00
src Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
tests Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
.cargo_vcs_info.json Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
.gitignore Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
Cargo.lock Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
Cargo.toml Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
Cargo.toml.orig Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
CHANGELOG.md Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
COPYRIGHT Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
LICENSE-APACHE Adding upstream version 0.9.3. 2026-05-22 21:19:47 +02:00
LICENSE-MIT Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00
README.md Merging upstream version 0.10.0. 2026-05-22 21:23:59 +02:00

rand_core: core random number generation traits

crate Docs Apache2/MIT licensed Build Status

This crate provides a collection of traits used by implementations of Random Number Generation (RNG) algorithms. Additionally, it includes helper utilities that assist with the implementation of these traits.

Note that the traits focus solely on the core RNG functionality. Most users should prefer the rand crate, which offers more advanced RNG capabilities built on these core traits, such as sampling from restricted ranges, generating floating-point numbers, list permutations, and more.

License

The crate is licensed under either of:

at your option.