random/geometric_distribution.hpp 追加

distribution のストリーム入力のバグ修正
This commit is contained in:
bolero-MURAKAMI 2011-10-14 21:23:13 +09:00
parent 16dfd793ab
commit 7ae0072f2e
7 changed files with 259 additions and 14 deletions

View file

@ -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>