std::uniform_real_distribution::min
De cppreference.com
result_type min() const; |
(desde C++11) | |
Devuelve el valor máximo potencialmente generado por la distribución.
Parámetros
(Ninguno)
Valor de retorno
El valor máximo potencialmente generado por la distribución.
Complejidad
Constante.
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) |