Can a computer give TRUE random numbers?

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

SaltyNuts

Platinum Member
May 1, 2001
2,398
277
126
Thanks so much guys. I've got some follow up questions, but they are better to be put into another more relevant thread. Thanks!
 

sm625

Diamond Member
May 6, 2011
8,172
137
106
Feed a series of pseudorandom numbers into your DAC and then connect your line out to your mic in. Then seed your random number generator based on the input level from the mic. Then you will get a decent approximation of a true random number generator. It has to be random because it is being modulated by white noise.
 

SaltyNuts

Platinum Member
May 1, 2001
2,398
277
126
sm625, it would certainly APPEAR random, and probably be indistinguishable from true randomness. But I don't think it would be TRULY random because you could theoretically reverse engineer it (i.e., sort out what the white noise was, etc.). This was more of a theoretical question than "I need to generate random numbers" question. But much appreciated!