table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::discard_block_engine::operator()(3) | C++ Standard Libary | std::discard_block_engine::operator()(3) |
NAME¶
std::discard_block_engine::operator() - std::discard_block_engine::operator()
Synopsis¶
result_type operator()(); (since C++11)
Generates a random value. The state of the underlying engine is advanced one
or more
times.
Parameters¶
(none)
Return value¶
A pseudo-random number in [min(), max()].
Exceptions¶
Throws nothing.
See also¶
discard advances the adaptor's state by a specified amount
(C++11) (public member function)
2024.06.10 | http://cppreference.com |