8 releases
Uses new Rust 2024
| 0.2.0 | Feb 2, 2026 |
|---|---|
| 0.2.0-rc.0 | Dec 6, 2025 |
| 0.1.5 | Aug 22, 2025 |
| 0.1.4 | Mar 5, 2025 |
| 0.1.3 | Feb 25, 2025 |
#2948 in Algorithms
538 downloads per month
Used in 2 crates
13KB
194 lines
rand_sfc
Rust implementation of the SFC random number generators, originally developed for the PractRand random number generator test suite.
This crate depends on rand_core and is part of the Rand project.
Links:
Crate Features
rand_sfc is no_std compatible by default.
The serde feature includes implementations of Serialize and Deserialize for the included RNGs.
License
rand_sfc 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
~175KB