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