std::linear_congruential_engine::operator()
From Cppreference
< cpp | numeric | random | linear congruential engine
result_type operator()();
|
(since C++11) | |
Generates a pseudo-random value.
This section is incomplete |
[edit] Parameters
(none)
[edit] Complexity
This section is incomplete |
[edit] See also
advances the engine's state by a specified amount (public member function) |