2 out of 4 rated this helpful - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.