std::subtract_with_carry_engine::operator()

From Cppreference

Jump to: navigation, search
result_type operator()();
(since C++11)

Generates a pseudo-random value.

[edit] Parameters

(none)

[edit] Complexity

[edit] See also

advances the engine's state by a specified amount
(public member function)