std::shuffle_order_engine<Engine,K>::operator()

Generates a random value. The state of the underlying engine is advanced one or more times.

# Declarations

result_type operator()();

(since C++11)

# Return value

A pseudo-random number in [min(), max()].

# See also