![]() |
![]()
| ![]() |
![]()
NAMEstd::linear_congruential_engine::discard - std::linear_congruential_engine::discard Synopsisvoid discard( unsigned long long z ); (since C++11)
Parametersz - integer value specifying the number of times to advance the state by Return value(none) ComplexityThis section is incomplete Notes For some engines, "fast jump" algorithms are known,
which advance the state by many
See also operator() advances the engine's state and returns the generated
value
|