Random Number Generation

745 views

Why is it that true random number generation is virtually impossible for current computers to achieve? I build and fix computer hardware as part of my living, but I still don’t understand this. Please explain?

In: 3

10 Answers

Anonymous 0 Comments

Computers use a function that generates numbers random based on an input (a seed). This function is very good, nearly indistinguishable from true randomness for most purposes. The only problem is that seed. Computers seed these generators with junk data from interference detected in devices or in rarer cases a dedicated piece of hardware which specifically collects “noise” which is random in nature through one of various means.

You are viewing 1 out of 10 answers, click here to view all answers.