<time.h>
One of the most useful functions in the time library is the time() function
It returns the time of day as seconds
Since this number is different every time we call it, it’s greatest use is as a seed for the random number generator
Each time we run our program, a different sequence of random numbers will be produced