std::shuffle_order_engine<Engine,K>::operator()

来自cppreference.com
 
 
 
 
 
result_type operator()();
(C++11 起)

生成一个随机值。令底层引擎状态前进一或多次。

目录