mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
random/geometric_distribution.hpp 追加
distribution のストリーム入力のバグ修正
This commit is contained in:
parent
16dfd793ab
commit
7ae0072f2e
7 changed files with 259 additions and 14 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <sprout/random/uniform_real_distribution.hpp>
|
||||
#include <sprout/random/bernoulli_distribution.hpp>
|
||||
#include <sprout/random/binomial_distribution.hpp>
|
||||
#include <sprout/random/geometric_distribution.hpp>
|
||||
#include <sprout/random/variate_generator.hpp>
|
||||
#include <sprout/random/random_result.hpp>
|
||||
#include <sprout/random/random_iterator.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue