std::linear_congruential_engine::linear_congruential_engine
De 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. |
<metanoindex/>
<tbody> </tbody> explicit linear_congruential_engine( result_type value = default_seed ); |
(1) | (depuis C++11) |
template< class Sseq > explicit linear_congruential_engine( Sseq& s ); |
(2) | (depuis C++11) |
Construit le moteur de nombres pseudo-aléatoires .
Original:
Constructs the 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.
You can help to correct and verify the translation. Click here for instructions.
| This section is incomplete |
Paramètres
| value | - | valeur de départ à utiliser lors de l'initialisation de l'état interne
Original: seed value to use in the initialization of the internal state The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| s | - | séquence de semences à utiliser lors de l'initialisation de l'état interne
Original: seed sequence to use in the initialization of the internal state The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Complexité
| This section is incomplete |
Voir aussi
définit l'état actuel du moteur 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. (fonction membre publique) | |