Generating pure randomness with a PC
-
I'm wondering if it is possible to generate pure randomness with a typical PC. I'm thinking there might be hardware within the PC that runs at different clock frequencies with electronic variances that can be used to generate a stream of pure randomness.
-
I'm wondering if it is possible to generate pure randomness with a typical PC. I'm thinking there might be hardware within the PC that runs at different clock frequencies with electronic variances that can be used to generate a stream of pure randomness.
I think "generate pure randomness" is an oxymoron. The best you can do is use a source that is highly variable and not predictable. APIs like
CryptGenRandom()
sample dozens of system parameters to come up with a source that changes so much as to make it unpredictable. Or you could rig up something similar to LavaRand. ;) --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | NEW~! CP SearchBar v3.0 | C++ Forum FAQ Laugh it up, fuzzball. -
I'm wondering if it is possible to generate pure randomness with a typical PC. I'm thinking there might be hardware within the PC that runs at different clock frequencies with electronic variances that can be used to generate a stream of pure randomness.
-
I'm wondering if it is possible to generate pure randomness with a typical PC. I'm thinking there might be hardware within the PC that runs at different clock frequencies with electronic variances that can be used to generate a stream of pure randomness.
One way, that I've seen other site's recomend, is to play some noise in the speakers, then record the sound with a microfone. Then you'll get something very close to random. The one and only Niklas Ulvinge aka IDK
-
One way, that I've seen other site's recomend, is to play some noise in the speakers, then record the sound with a microfone. Then you'll get something very close to random. The one and only Niklas Ulvinge aka IDK