Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a random value.
result_type operator()();
Remarks
This member function generates the next value in the pseudo-random sequence by applying the recurrence relation to the stored historical values, stores the generated value, and returns it.
Requirements
Header: <random>
Namespace: std
See Also
Reference
subtract_with_carry_engine Class