std::discard_block_engine
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>| definiert in Header <random>
|
||
template< class Engine, size_t p, size_t r > class discard_block_engine; |
(seit C++11) | |
| This section is incomplete |
Mitglied Typen
Mitglied Typ
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
result_type
|
typename Engine::result_type
|
Member-Funktionen
baut den Motor-Adapter Original: constructs the engine adaptor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
setzt den Zustand des zugrunde liegenden Motor Original: sets the state of the underlying engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
gibt die zugrunde liegenden Motor Original: returns the underlying engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
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) | |
Fortschritte des Adapters Zustand um einen bestimmten Betrag Original: advances the adaptor'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. (öffentliche Elementfunktion) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
[statisch] |
gets the smallest possible value in the output range of the underlying engine (public static Elementfunktion) |
[statisch] |
bekommt den größtmöglichen Wert im Leistungsbereich des darunterliegenden Motors Original: gets the largest possible value in the output range of the underlying engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (public static Elementfunktion) |
Non-Member-Funktionen
vergleicht die internen Zustände der Adapter und die zugrunde liegenden Motoren Original: compares the internal states of the adaptors and underlying engines The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
führt Stream Ein-und Ausgang auf Pseudo-Zufallszahlen-Motor-Adapter Original: performs stream input and output on pseudo-random number engine adaptor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
Mitglied widerspricht
constexpr size_t block_size [statisch] |
(public static Mitglied konstanten) | ||
constexpr size_t used_size [statisch] |
(public static Mitglied konstanten) | ||
