I have read about true random number generators that plug into a USB port on a PC. I have an application that requires the generation of random numbers (1000 or more per second). Looking for either a 32bit integer or even better a 64bit integer. Does anyone have any experience with these devices or other methods to generate random numbers? I am familiar with the standard C libraries that generate pseudo-random numbers using rand() and srand() but these are of limited value at creating true random numbers. Thanks in advance for any help and or experience in this matter.
Last edited: