int rand( void )
		void srand( unsigned seed )


	- prototype in stdlib.h

	- rand() returns pseudorandom numbers
	- re-initialize generator with srand(1) or set to new starting
	  point with seed set other than to 1