<random>ヘッダのstd::bernoulli_distributionクラスに、以下のメンバ関数のリファレンスを追加しました。
- コンストラクタ
- max()
- min()
- 関数呼び出し演算子
- operator==()
- operator!=()
- operator<<()
- operator>>()
- p()
- param()
- reset()
これで、std::bernoulli_distributionクラスのリファレンス作成が完了しました。
<random>ヘッダのstd::bernoulli_distributionクラスに、以下のメンバ関数のリファレンスを追加しました。
これで、std::bernoulli_distributionクラスのリファレンス作成が完了しました。