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:
parent
8e6b3d22cb
commit
ded40d58ae
6 changed files with 640 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue