Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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