Share via


RAND_MAX (Windows Embedded CE 6.0)

1/5/2010

The constant RAND_MAX is the maximum value that can be returned by the rand function.

RAND_MAX is defined as the value 0x7fff.

 #include <stdlib.h> 

See Also

Reference

Run-Time Library Global Constants