From b4520b0d30ec8af823f7c6a0788a429e47fad580 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:37:24 +0100 Subject: [PATCH] Update README to reflect built-in random number generation utilities --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6fab01..8d0b05b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Rustframe is an educational project, and is not intended for production use. It - **[Coming Soon]** _DataFrame_ - Multi-type data structure for heterogeneous data, with labeled columns and typed row indices. -- **[Coming Soon]** _Random number utils_ - Random number generation utilities for statistical sampling and simulations. (Currently using the [`rand`](https://crates.io/crates/rand) crate.) +- **Random number utils** - Built-in pseudo and cryptographically secure generators for simulations. #### Matrix and Frame functionality