在线文档教程
C++
数字 | Numerics

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。

http://en.cpPreference.com/w/cpp/数值/随机/洗牌[医]命令[医]发动机/报废