1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

sprout/random/taus88.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2011-10-19 00:18:58 +09:00
parent ae589d7fc0
commit 8ebe6ea878
5 changed files with 236 additions and 1 deletions

View file

@ -5,6 +5,9 @@
#include <sprout/random/linear_congruential.hpp>
#include <sprout/random/additive_combine.hpp>
#include <sprout/random/shuffle_order.hpp>
#include <sprout/random/linear_feedback_shift.hpp>
#include <sprout/random/xor_combine.hpp>
#include <sprout/random/taus88.hpp>
#include <sprout/random/inversive_congruential.hpp>
#include <sprout/random/mersenne_twister.hpp>
#include <sprout/random/uniform_smallint.hpp>