random/bernoulli_distribution.hpp 追加

string.hpp 修正
This commit is contained in:
bolero-MURAKAMI 2011-10-10 10:20:21 +09:00
parent ba79d0b42d
commit 99f1a4f741
10 changed files with 384 additions and 28 deletions

View file

@ -8,6 +8,7 @@
#include <sprout/random/uniform_int_distribution.hpp>
#include <sprout/random/uniform_01.hpp>
#include <sprout/random/uniform_real_distribution.hpp>
#include <sprout/random/bernoulli_distribution.hpp>
#include <sprout/random/variate_generator.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/random_iterator.hpp>