uniform_real_distribution 追加

factorial 追加
This commit is contained in:
bolero-MURAKAMI 2011-10-05 22:21:35 +09:00
parent ded40d58ae
commit 035e3d3723
4 changed files with 922 additions and 7 deletions

View file

@ -4,9 +4,10 @@
#include <sprout/config.hpp>
#include <sprout/random/linear_congruential.hpp>
#include <sprout/random/mersenne_twister.hpp>
#include <sprout/random/uniform_int_distribution.hpp>
#include <sprout/random/uniform_smallint.hpp>
#include <sprout/random/uniform_int_distribution.hpp>
#include <sprout/random/uniform_01.hpp>
#include <sprout/random/uniform_real_distribution.hpp>
#include <sprout/random/variate_generator.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/random_iterator.hpp>