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

random 更新

This commit is contained in:
bolero-MURAKAMI 2011-09-29 22:46:32 +09:00
parent 305ae86d92
commit 4a345e8259
6 changed files with 544 additions and 8 deletions

View file

@ -1,7 +1,12 @@
#ifndef SPROUT_RANDOM_HPP
#define SPROUT_RANDOM_HPP
#include <sprout/config.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/linear_congruential.hpp>
#include <sprout/random/uniform_smallint.hpp>
#include <sprout/random/uniform_01.hpp>
#endif // #ifndef SPROUT_RANDOM_HPP