Average Intelligence said: From what I understand about computing a random number is that ideally, the averages of the computed numbers should generally shift quite frequently. If Im understanding what your saying, then its the exact opposite of that. With truly random numbers within a range, the average over enormous iterations should not shift that much at all and always be within +/- 1 of what the mid number is (for example a d20 should be mean average of within 10.0 and 11 as middle is 10.5 (20+1 / 2, 19+2 / 2..etc), more ideally only a few decimals from 10.5 either way, the more you roll the tighter that variation should become). Say random 1-100, rolled a million times, should give roughly the same average as a second set of 1-100 a million times. Then a 3rd set rolled 2 million times should still fall within that same mean range as average. (which should always be roughly around 50ish). I think when people see patterns they are confusing actual chance of individual results, with our human desire to see patterns based on past results for current randomness. You roll a d4 5000 times and get 5000 1's You still technically have a 1 in 4 chance of a 501st 1. Like flipping a coin, say you got 400 heads in a row, whats the chances of getting another head on next flip? 50/50. sure the chances of getting that MANY heads in a row predicted ahead of time is compounded up to a very high chance of NOT getting 401 in a row. but the flip itself isn't dependant on past results. its still 50/50. Like I cant remember where I saw it(i think it was vsauce), but have a human write a string of random 10000 numbers on a board, and a truly random number next to it, and any mathematician can point out the truly random one just by looking not knowing which is which. Because the human one will try to 'appear' random by mixing up the numbers..no one would have part of it say as "..12544444446.." or "...123456..." as we don't consider than many 4's in a row to 'look' random, or that 123456 is random. while the 10000 truly randomly generated ones will have sections like that. (or in other words, whole patterns of parts of it, that someone wouldn't consider random at all) edit: This sums up what I was trying to say far better than me. it got a bit of fluff unrelated to this discussion..but good bits that do. a good point is around 1:25 <a href="https://www.youtube.com/watch?v=9rIy0xY99a0#t=85" rel="nofollow">https://www.youtube.com/watch?v=9rIy0xY99a0#t=85</a>