std::mersenne_twister_engine
Aus cppreference.com
|
|
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. |
| Defined in header <random>
|
||
| template< class UIntType, |
(seit C++11) | |
| This section is incomplete |
[Bearbeiten] 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
|
Das Integral-Typ durch den Motor erzeugt. Die Ergebnisse sind undefiniert, wenn dies nicht ein unsigned integraler Typ .
Original: The integral type generated by the engine. Results are undefined if this is not an unsigned integral type. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Member-Funktionen
Original: Construction and Seeding The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| baut den Motor Original: constructs the 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) | |
| setzt den aktuellen Zustand des Motors Original: sets the current state of the 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 des Motors Zustand und gibt den generierten Wert 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. (öffentliche Elementfunktion) | |
| Fortschritte Zustand des Motors um einen bestimmten Betrag 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. (ö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] |
erhält den kleinstmöglichen Wert im Leistungsbereich Original: gets the smallest possible value in the output range 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) |
| [statisch] |
gets the largest possible value in the output range (public static Elementfunktion) |
[Bearbeiten] Non-Member-Funktionen
| vergleicht die internen Zustände der zwei Pseudo-Zufallszahlen-Motoren Original: compares the internal states of two pseudo-random number 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 Original: performs stream input and output on pseudo-random number engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
[Bearbeiten] Mitglied widerspricht
| constexpr size_t word_size [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t state_size [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t shift_size [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t mask_bits [statisch] |
(public static Mitglied konstanten) | ||
| constexpr UIntType xor_mask [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t tempering_u [statisch] |
(public static Mitglied konstanten) | ||
| constexpr UIntType tempering_d [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t tempering_s [statisch] |
(public static Mitglied konstanten) | ||
| constexpr UIntType tempering_b [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t tempering_t [statisch] |
(public static Mitglied konstanten) | ||
| constexpr UIntType tempering_c [statisch] |
(public static Mitglied konstanten) | ||
| constexpr size_t tempering_l [statisch] |
(public static Mitglied konstanten) | ||
| constexpr UIntType initialization_multiplier [statisch] |
(public static Mitglied konstanten) | ||
| constexpr UIntType default_seed [statisch] |
(public static Mitglied konstanten) | ||