Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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