std::subtract_with_carry_engine<UIntType,w,s,r>::operator() (3) - Linux Manuals
std::subtract_with_carry_engine<UIntType,w,s,r>::operator(): std::subtract_with_carry_engine<UIntType,w,s,r>::operator()
NAME
std::subtract_with_carry_engine<UIntType,w,s,r>::operator() - std::subtract_with_carry_engine<UIntType,w,s,r>::operator()
Synopsis
result_type operator()(); (since C++11)
Generates a pseudo-random value. The state of the engine is advanced by one position.
This section is incomplete
Parameters
(none)
Return value
A pseudo-random number in [min(), max()].
Complexity
Amortized constant.
See also
discard (public member function)