Diferenças entre edições de "cpp/numeric/random/random device/max"
Da cppreference.com
< cpp | numeric | random | random device
m (uma edição: Translate from the English version) |
m (r2.7.3) (Robô: A adicionar: de, en, es, fr, it, ja, ru, zh) |
||
Linha 1: | Linha 1: | ||
{{page template|cpp/numeric/random/engine/max|random_device}} | {{page template|cpp/numeric/random/engine/max|random_device}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Revisão das 17h50min de 2 de novembro de 2012
![]() |
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. |
static constexpr result_type max(); |
(desde C++11) | |
Retorna o valor máximo potencialmente gerada pelo motor de números aleatórios.
Original:
Returns the maximum value potentially generated by the 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.
Índice |
Parâmetros
(Nenhum)
Original:
(none)
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.
Valor de retorno
O máximo potencialmente gerada valor.
Original:
The maximum potentially generated value.
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.
Complexidade
Constante
Original:
Constant
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.
Veja também
[estática] |
recebe o menor valor possível no intervalo de saída Original: gets the smallest possible value in the output range 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) |