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

幾何分布のインスタンスを生成するマクロ