std::linear_congruential_engine::discard
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. |
void discard( unsigned long long z ); |
(depuis C++11) | |
Les progrès de l'état interne de fois
z
. Équivalent à l'appel operator()
z
fois et le rejet du résultatOriginal:
Advances the internal state by
z
times. Equivalent to calling operator()
z
times and discarding the resultThe 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.
Sommaire |
[modifier] Paramètres
z | - | valeur entière indiquant le nombre de fois pour faire progresser l'état de
Original: integer value specifying the number of times to advance the state by The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifier] Retourne la valeur
(Aucun)
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.
[modifier] Complexité
This section is incomplete |
[modifier] Voir aussi
avancées état du moteur et retourne la valeur générée Original: advances the engine's state and returns the generated value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) |