Share via


RAND_MAX (Windows CE 5.0)

Send Feedback

Developing an Application > Microsoft C Run-time Library for Windows CE > Run-time Library Global Constants

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

rand

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.