std::independent_bits_engine<Engine,W,UIntType>::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