e_utils/algorithm/random/
mod.rs

1
2
3
4
5
6

cfg_algorithm! {
  /// 随机
  pub mod random;
  pub use random::*;
}