Location:
stdlib.h
IMPORT_C int rand(void);
Returns a different integer each time it is called; each integer is chosen by an algorithm designed to be unpredictable, so that you can use <> when you require a random number.
|