RAND_MAX

From cppreference.com
Jump to: navigation, search
Defined in header <cstdlib>
#define RAND_MAX /*implementation defined*/

Expands to an integer constant expression equal to the maximum value returned by the function std::rand. This value is implementation dependent. It's guaranteed that this value is at least 32767.

[edit] See also

generates a pseudo-random number
(function) [edit]
initializes pseudo-random number generator
(function) [edit]

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox