RAND_MAX

Da cppreference.com.
< c‎ | numeric‎ | random

Elemento definito nell'header <stdlib.h>
#define RAND_MAX /*implementation defined*/
Espande per un'espressione intera costante pari al valore massimo restituito dalla rand() funzione. Questo valore dipende dall'implementazione. E 'garantito che tale valore è almeno 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.

[modifica] Vedi anche

genera un numero pseudo-casuale
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.

(funzione) [modifica]
inizializza pseudo-generatore di numeri casuali
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.

(funzione) [modifica]
C++ documentation for RAND_MAX