Espacios de nombres
Variantes
Acciones

RAND_MAX

De cppreference.com
< c‎ | numeric‎ | random
Definido en el archivo de encabezado <stdlib.h>
#define RAND_MAX /*implementation defined*/
Expande a una expresión entera constante igual al valor máximo devuelto por la función rand(). Este valor depende de la implementación. Está garantizado que este valor es por lo menos 32767 .
Original:
Expands to an integer constant expression equal to the maximum value returned by the function rand(). This value is implementation dependent. It's guaranteed that this value is at least 32767.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Ver también

genera un número pseudo-aleatorio
Original:
generates a pseudo-random number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
inicializa pseudo-generador de números aleatorios
Original:
initializes pseudo-random number generator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
Documentación de C++ para RAND_MAX
close