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.
Latest Answers