March 2002
Intermediate to advanced
528 pages
21h 29m
English
rand
int rand([intmin, intmax])
Returns a random number from min to
max, inclusive. If the
min and max
parameters are not provided, returns a random number from 0 to the
value returned by the getrandmax( ) function.