RAND_MAX | macro |
<cstdlib> |
Maximum value returned by rand
This macro expands to an integral constant expression whose value is the maximum value returned by the rand function.
This value is library dependent, but is granted to be at least 32767.
![]() |
![]() |
||
![]() |
C++ : Reference : C Library : cstdlib (stdlib.h) : RAND_MAX
|