Document that there is no automatic randomization of the starting seed

Suggest 

	setRandomSeed currentTime()

as a substitute, for programs that don't start up more than once per second

Also suggest

     	setRandomSeed ( (currentTime() << 16) + processID() )

