.\" ENVIRONMENTS:  ANSI
.TH "RAND_MAX" "" "" "Manifest Constant"
.PC "Largest size of a pseudo-random number"
.B "#include <stdlib.h>"
.PP
.B RAND_MAX
is a manifest constant that is defined in the header
.BR stdlib.h .
It indicates the largest pseudo-random number that can be
returned by the function
.BR rand() .
.SH Example
For an example of using this manifest constant in a program, see
.BR rand() .
.SH "See Also"
.Xr "manifest constant," manifestc
.Xr "rand()," rand
.Xr "stdlib.h" stdlib.h
.br
\*(AS, \(sc7.10
