Crates.io | rand_sfc |
lib.rs | rand_sfc |
version | |
source | src |
created_at | 2025-02-19 10:28:23.470537+00 |
updated_at | 2025-03-05 11:27:29.608887+00 |
description | Chris Doty-Humphrey's SFC PRNGs |
homepage | |
repository | https://github.com/sorairolake/sfc-rs |
max_upload_size | |
id | 1561192 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
sfc-rs (rand_sfc
) is an implementation of
Chris Doty-Humphrey's Small Fast Counting PRNGs written in pure Rust.
This crate provides:
This crate supports version 4 of the SFC algorithms.
[!IMPORTANT] This crate is not part of the Rand project.
Run the following command in your project directory:
cargo add rand_sfc
serde
Enables the serde
crate.
no_std
supportThis crate supports no_std
mode.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.85.0.
The upstream repository is available at https://github.com/sorairolake/sfc-rs.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
This crate depends on the rand_core
crate created by the Rand project.
The implementation of this crate is based on the reference implementation provided by PractRand version pre0.95, which is licensed under the public domain.
Copyright (C) 2025 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.