random 修正

This commit is contained in:
bolero-MURAKAMI 2011-10-03 18:27:50 +09:00
parent 37a20e0350
commit 8e6b3d22cb
5 changed files with 708 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#include <sprout/config.hpp>
#include <sprout/random/linear_congruential.hpp>
#include <sprout/random/mersenne_twister.hpp>
#include <sprout/random/uniform_smallint.hpp>
#include <sprout/random/uniform_01.hpp>
#include <sprout/random/variate_generator.hpp>