std::independent_bits_engine<Engine,W,UIntType>::operator() (3) - Linux Manuals
std::independent_bits_engine<Engine,W,UIntType>::operator(): std::independent_bits_engine<Engine,W,UIntType>::operator()
NAME
std::independent_bits_engine<Engine,W,UIntType>::operator() - std::independent_bits_engine<Engine,W,UIntType>::operator()
Synopsis
result_type operator()(); (since C++11)
Generates a random value. The state of the underlying engine is advanced one or more times.
Parameters
(none)
Return value
A pseudo-random number in [min(), max()].
Exceptions
(none)
See also
discard (public member function)