macro_rules! create_uniform {
    () => { ... };
    ($seed: expr) => { ... };
}
Expand description

一様分布のインスタンスを生成するマクロ