|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
随机重排算法 更多...
#include "NeForce/core/numeric/random.hpp"函数 | |
| template<typename Iterator> | |
| void | shuffle (Iterator first, Iterator last) |
| 随机重排序列 | |
| template<typename Iterator, typename Generator> | |
| void | shuffle (Iterator first, Iterator last, Generator &rand) |
| 随机重排序列(使用自定义随机数生成器) | |