mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix config for C++14
This commit is contained in:
parent
3d89eae1e9
commit
d0d2b677bc
20 changed files with 41 additions and 14 deletions
|
@ -67,6 +67,7 @@ namespace sprout {
|
|||
SPROUT_CONSTEXPR additive_combine_engine()
|
||||
: mlcg1_(), mlcg2_()
|
||||
{}
|
||||
additive_combine_engine(additive_combine_engine const&) = default;
|
||||
explicit SPROUT_CONSTEXPR additive_combine_engine(result_type seed)
|
||||
: mlcg1_(seed), mlcg2_(seed)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue