[vox-tech] random # gen seeds

Matt Holland vox-tech@lists.lugod.org
Wed, 13 Mar 2002 20:05:13 -0800


I need to generate more than one random number generator seed per second 
within a C program (I have a program that runs about 6 times a second, 
and I need unique seeds for each run).  time(0) only gives me a 
resolution of 1 second... any suggestions?

Thanks,
Matt