#include <stdlib.h>
void srand(unsigned int seed);
srand() initializes the seed of the random number generator. The default seed is 1.
rand()