Add documentation for the random module

This commit is contained in:
Palash Tyagi 2025-07-17 23:58:56 +01:00
parent c995b8723e
commit f2bd39b722

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;