std::shuffle_order_engine
De cppreference.com
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <random>
|
||
template< class Engine, |
(desde C++11) | |
Esta sección está incompleta |
[editar] Tipos de miembros
Miembro de 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
|
typename Engine::result_type |
[editar] Las funciones miembro
construye el adaptador del motor 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. (función miembro pública) | |
establece el estado del motor subyacente 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. (función miembro pública) | |
devuelve el motor subyacente 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. (función miembro pública) | |
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 el estado del motor subyacente y devuelve el valor generado 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. (función miembro pública) | |
avances del estado del adaptador en una cantidad especificada 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. (función miembro pública) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
[estático] |
gets the smallest possible value in the output range of the underlying engine (función miembro estática pública) |
[estático] |
obtiene el valor más grande posible en el rango de salida del motor subyacente 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. (función miembro estática pública) |
[editar] Terceros funciones
compara los estados internos de los adaptadores y los motores subyacentes 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. (función) | |
realiza flujo de entrada y salida en la pseudo-aleatorio adaptador del motor número 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. (función) |
[editar] Objetos miembros
constexpr size_t table_size [estático] |
(constante miembro pública estática) |