mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
[破壊的変更] uniform_int_distribution::max() 9 -> numeric_limits::max()
add reset function
This commit is contained in:
parent
b60a7aca9c
commit
81603007f6
8 changed files with 19 additions and 8 deletions
|
@ -129,6 +129,7 @@ namespace sprout {
|
|||
SPROUT_CONSTEXPR result_type max() const SPROUT_NOEXCEPT {
|
||||
return result_type(1);
|
||||
}
|
||||
SPROUT_CXX14_CONSTEXPR void reset() SPROUT_NOEXCEPT {}
|
||||
SPROUT_CONSTEXPR param_type param() const SPROUT_NOEXCEPT {
|
||||
return param_type();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue