std::discard_block_engine<Engine,P,R>::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()].