srand ( ) and rand ( )
The pseudo-random number generator needs an unsigned int as it’s seed
Although it produces what appear to be random numbers, if we use the same seed, we get the same sequence of random numbers
To get different random numbers each time we run our program, we have to give a different seed each time