mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
add back_inserter, front_inserter
This commit is contained in:
parent
7c706381d4
commit
74e83e31a7
70 changed files with 1094 additions and 186 deletions
|
@ -166,7 +166,7 @@ namespace sprout {
|
|||
*this
|
||||
)
|
||||
: sprout::random::random_result<Engine, uniform_smallint>(
|
||||
sprout::random::detail::add<RangeType, result_type>()(offset , min_),
|
||||
sprout::random::detail::add<RangeType, result_type>()(offset, min_),
|
||||
rnd.engine(),
|
||||
*this
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue