◐ Shell
clean mode source ↗

std::independent_bits_engine - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Definido no cabeçalho

<random>

template< class Engine, size_t w, class UIntType > class independent_bits_engine;

(desde C++11)

Tipos de membro

Tipo de membro

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

Funções de membro

constrói o adaptador do 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.


(função pública membro) [edit]

define o estado do mecanismo subjacente

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.


(função pública membro) [edit]

retorna o mecanismo subjacente

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.


(função pública membro) [edit]

Geração

Original:

Generation

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

avanços do estado do mecanismo subjacente e retorna o valor gerado

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.


(função pública membro) [edit]

avanços do estado do adaptador por uma quantidade 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.


(função pública membro) [edit]

Características

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ática]

gets the smallest possible value in the output range of the underlying engine
(função public static membro) [edit]

[estática]

obtém o maior valor possível no intervalo de saída do mecanismo subjacente

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.


(função public static membro) [edit]

Não-membros funções

compara os estados internos dos adaptadores e motores subjacentes

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.


(função) [edit]

executa fluxo de entrada e saída em pseudo-aleatório adaptador 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.


(função) [edit]