RAND_MAX
Syntax
#include <stdlib.h>
Remarks
The constant RAND_MAX
is the maximum value that can be returned by the rand
function. RAND_MAX
is defined as the value 0x7fff.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
RAND_MAX
#include <stdlib.h>
The constant RAND_MAX
is the maximum value that can be returned by the rand
function. RAND_MAX
is defined as the value 0x7fff.