std::independent_bits_engine
Da cppreference.com.
|
|
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. |
| Defined in header <random>
|
||
| template< class Engine, |
(dal C++11) | |
| This section is incomplete |
[modifica] Membri tipi
| Membro tipo
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
|
UIntType |
[modifica] Membri funzioni
| costruisce l'adattatore motore 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. (membro pubblico funzione) | |
| imposta lo stato del motore sottostante 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. (membro pubblico funzione) | |
| restituisce il motore sottostante 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. (membro pubblico funzione) | |
Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| avanza lo stato del motore sottostante e restituisce il valore generato 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. (membro pubblico funzione) | |
| avanza dello stato della scheda di un determinato importo 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. (membro pubblico funzione) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| [statico] |
gets the smallest possible value in the output range of the underlying engine (public static membro funzione) |
| [statico] |
ottiene il valore massimo della gamma di uscita del motore sottostante 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 membro funzione) |
[modifica] Non membri funzioni
| confronta gli stati interni degli adattatori e motori sottostanti 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. (funzione) | |
| esegue flusso di ingresso e di uscita sul pseudo-casuale adattatore numero del motore 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. (funzione) | |