std::subtract_with_carry_engine::discard
Da cppreference.com.
< cpp | numeric | random | subtract with carry engine
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
void discard( unsigned long long z ); |
(dal C++11) | |
Anticipi lo stato interno di volte
z
. Equivalente a chiamare operator()
z
volte e scartando il risultatoOriginal:
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.
Indice |
[modifica] Parametri
z | - | valore intero che specifica il numero di volte per migliorare lo stato di
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. |
[modifica] Valore di ritorno
(Nessuno)
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.
[modifica] Complessità
This section is incomplete |
[modifica] Vedi anche
avanza dello stato del motore e restituisce il valore generato 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. (metodo pubblico) |