Add documentation for the random module

This commit is contained in:
Palash Tyagi 2025-07-28 20:36:52 +01:00
parent 252c8a3d29
commit 4a1843183a

View File

@ -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;