Diferencia entre revisiones de «cpp/numeric/random/uniform real distribution/min»
De cppreference.com
< cpp | numeric | random | uniform real distribution
m (1 revisión: Translate from the English version) |
m (Use {{lc}}. Update links. Various fixes.) |
||
(No se muestra una edición intermedia realizada por un usuario) | |||
Línea 1: | Línea 1: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/min|uniform_real_distribution}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Última revisión de 00:11 2 jul 2013
result_type min() 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áximo potencialmente generado Original: returns 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. (función miembro pública) |