macro_rules! create_cauchy {
    () => { ... };
    ($seed_1: expr, $seed_2: expr) => { ... };
}
Expand description

コーシー分布のインスタンスを生成するマクロ