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

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

@ -1,8 +1,8 @@
#ifndef SPROUT_RANDOM_CONST_MOD_HPP
#define SPROUT_RANDOM_CONST_MOD_HPP
#ifndef SPROUT_RANDOM_DETAIL_CONST_MOD_HPP
#define SPROUT_RANDOM_DETAIL_CONST_MOD_HPP
#include <type_traits>
#include <limits>
#include <type_traits>
#include <sprout/config.hpp>
namespace sprout {
@ -128,5 +128,5 @@ namespace sprout {
} // namespace random
} // namespace sprout
#endif // #ifndef SPROUT_RANDOM_CONST_MOD_HPP
#endif // #ifndef SPROUT_RANDOM_DETAIL_CONST_MOD_HPP