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