Diferencia entre revisiones de «cpp/numeric/random/uniform int distribution/max»
De cppreference.com
< cpp | numeric | random | uniform int distribution
m (r2.7.3) (Bot Añadido: de, en, fr, it, ja, pt, ru, zh) |
(Actualizar enlaces de idiomas) |
||
(No se muestra una edición intermedia realizada por un usuario) | |||
Línea 1: | Línea 1: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/max|uniform_int_distribution}} |
− | + | deenfritjaptruzh | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Última revisión de 19:40 22 nov 2021
result_type max() const; |
(desde C++11) | |
Devuelve el valor máximo potencialmente generado por la distribución.
Contenido |
[editar] Parámetros
(Ninguno)
[editar] Valor de retorno
El valor máximo potencialmente generado por la distribución.
[editar] Complejidad
Constante.
[editar] Ver también
devuelve el valor mínimo potencialmente generado Original: returns the minimum 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. (función miembro pública) |