std::independent_bits_engine<Engine,W,UIntType>::operator()
Min standard notice:
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()].