From f2bd39b7228c323c9912e225edb24191c281ecbe Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 17 Jul 2025 23:58:56 +0100 Subject: [PATCH] Add documentation for the `random` module --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 510f36d..31cfbd3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,3 +11,6 @@ pub mod utils; /// Documentation for the [`crate::compute`] module. pub mod compute; + +/// Documentation for the [`crate::random`] module. +pub mod random; \ No newline at end of file