std::independent_bits_engine
De cppreference.com
| Definido en el archivo de encabezado <random>
|
||
template<
class Engine,
size_t w,
class UIntType
> class independent_bits_engine;
|
(desde C++11) | |
| Esta sección está incompleta |
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
|
UIntType
|
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) |
