runmat_runtime/builtins/stats/
mod.rs

1//! Statistical computing builtins.
2
3pub mod hist;
4pub mod random;
5pub mod summary;