e_utils/algorithm/random/
mod.rs

1
2cfg_algorithm! {
3  /// 随机
4  pub mod random;
5  pub use random::*;
6}