Defined in header <stdlib.h> | ||
---|---|---|
#define RAND_MAX /*implementation defined*/ |
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
.
generates a pseudo-random number (function) |
|
seeds pseudo-random number generator (function) |
|
C++ documentation for RAND_MAX |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/numeric/random/RAND_MAX