#random

no-std rand_sfc

Sfc32 and Sfc64 random number generators

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

Download history 26/week @ 2026-02-11 38/week @ 2026-02-18 18/week @ 2026-02-25 42/week @ 2026-03-04 78/week @ 2026-03-11 144/week @ 2026-03-18 47/week @ 2026-03-25 94/week @ 2026-04-01 286/week @ 2026-04-08 183/week @ 2026-04-15 144/week @ 2026-04-22 88/week @ 2026-04-29 46/week @ 2026-05-06

538 downloads per month
Used in 2 crates

MIT/Apache

13KB
194 lines

rand_sfc

Test Status Latest version Book API

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