The Wayback Machine - https://web.archive.org/web/20160317112403/http://en.cppreference.com/w/cpp/numeric/random/RAND_MAX
Namespaces
Variants
Views
Actions

RAND_MAX

From cppreference.com
< cpp‎ | numeric‎ | random
 
 
 
 
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]
seeds pseudo-random number generator
(function) [edit]
C documentation for RAND_MAX
Morty Proxy This is a proxified and sanitized view of the page, visit original site.