From bf42950ae3076f772058e0f0915a3d0d37a9c06a Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Sun, 23 Feb 2025 11:55:41 +0900 Subject: [PATCH] docs(README): Clarify that this crate is not part of the Rand project --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 867ecb5..17a969a 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,15 @@ SPDX-License-Identifier: Apache-2.0 OR MIT This crate provides: -- [x] sfc64 -- [x] sfc32 - [ ] sfc16 +- [x] sfc32 +- [x] sfc64 This crate supports version 4 of the SFC algorithms. +> [!IMPORTANT] +> This crate is not part of the [Rand project]. + ## Usage Run the following command in your project directory: @@ -90,11 +93,11 @@ licensing information. [license-badge]: https://img.shields.io/crates/l/rand_sfc?style=for-the-badge [Chris Doty-Humphrey's Small Fast Counting PRNGs]: https://pracrand.sourceforge.net/RNG_engines.txt [Rust]: https://www.rust-lang.org/ +[Rand project]: https://github.com/rust-random/rand [`serde`]: https://serde.rs/ [CHANGELOG.adoc]: CHANGELOG.adoc [CONTRIBUTING.adoc]: CONTRIBUTING.adoc [`rand_core`]: https://crates.io/crates/rand_core -[Rand project]: https://github.com/rust-random/rand [PractRand]: https://pracrand.sourceforge.net/ [public domain]: https://pracrand.sourceforge.net/license.txt [AUTHORS.adoc]: AUTHORS.adoc