std::discard_block_engine::discard
Aus cppreference.com
< cpp | numeric | random | discard block 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 ); |
(seit C++11) | |
Advances den internen Zustand von
z
Zeiten. Gleichbedeutend mit dem Aufruf operator()
z
Zeiten und Verwerfen Sie das Ergebnis. Der Zustand der zugrunde liegende Modul kann durch mehr als z
Mal vorgeschoben werden .Original:
Advances the internal state by
z
times. Equivalent to calling operator()
z
times and discarding the result. The state of the underlying engine may be advanced by more than z
times.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.
Inhaltsverzeichnis |
[Bearbeiten] Parameter
z | - | Integer-Wert, der die Anzahl der Male, um den Zustand zu verbessern, indem
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. |
[Bearbeiten] Rückgabewert
(None)
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.
[Bearbeiten] Ausnahmen
(None)
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.
[Bearbeiten] Siehe auch
Fortschritte der Zustand der zugrunde liegenden Motor und gibt den erzeugten Wert Original: advances the state of the underlying engine 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. (öffentliche Elementfunktion) |