Predictably Random

1 · Remy Sharp · Aug. 6, 2019, 1:20 p.m.
The concept of random is pretty interesting when you think about it from a computer's point of view, because without some external input, random is impossible. Computers (hardware and software) are deterministic. Meaning you give some input and get an output, and if you repeat the input, you'll get the same output. Random numbers are, from a philosophical stand point, indeterministic....