std::shuffle_order_engine::discard
STD:洗牌[医]命令[医]引擎::丢弃
void discard( unsigned long long z | | (since C++11) |
---|
通过以下方式推进内部状态z
时代。相当于呼叫operator()
z
重复并丢弃结果。底层引擎的状态可能会提前超过z
时代。
参数
z | - | integer value specifying the number of times to advance the state by |
---|
返回值
%280%29
例外
%280%29
另见
operator() | advances the state of the underlying engine and returns the generated value (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。