From 4a1843183a036343337a43d4a53357f950a8002d Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:36:52 +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..871819f 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;