std::linear_congruential_engine::operator()
De cppreference.com
< cpp | numeric | random | linear congruential engine
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
result_type operator()(); |
(desde C++11) | |
Genera un valor pseudo-aleatorio. El estado del motor se avanza en una posición .
Original:
Generates a pseudo-random value. The state of the engine is advanced by one position.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
This section is incomplete |
Contenido |
[editar] Parámetros
(Ninguno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Valor de retorno
El seudoaleatorios generada número .
Original:
The generated pseudo-random number.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Complejidad
This section is incomplete |
[editar] Ver también
avances del estado del motor en una cantidad especificada Original: advances the engine's state by a specified amount The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (miembro público función) |