What is the difference between shuffle and random_shuffle c++

前端 未结 0 1127
隐瞒了意图╮
隐瞒了意图╮ 2021-02-12 06:16

The function std::shuffle has been introduced in C++11:

template< class RandomIt, class URNG >
void shuffle( RandomIt first, RandomIt last, URNG&&          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题