February 2013
Intermediate to advanced
538 pages
20h 55m
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.
Read now
Unlock full access