uniform_int_distribution 追加

This commit is contained in:
bolero-MURAKAMI 2011-10-04 22:00:08 +09:00
parent 8e6b3d22cb
commit ded40d58ae
6 changed files with 640 additions and 12 deletions

View file

@ -4,6 +4,7 @@
#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_01.hpp>
#include <sprout/random/variate_generator.hpp>