void srand( unsigned seed )
- prototype in stdlib.h - re-initializes the random number generator with seed - see
rand
()