Hi,
I'm looking to make a random number generator and want to multiply the number generated by the C random number generator by the number of processor cycles there has been since start up. Is there a way to get the number of processor cycles there has been in C?


Thanks in advance.