std::shuffle_order_engine<Engine,K>::operator()
来自cppreference.com
< cpp | numeric | random | shuffle order engine
result_type operator()(); |
(C++11 起) | |
生成随机值。令底层引擎状态前进一或多次。
参数
(无)
返回值
[min(), max()] 中的伪随机数。
异常
(无)
参阅
令适配器状态前进指定量 (公开成员函数) |