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

ベルヌーイ分布のインスタンスを生成するマクロ