Quote Originally Posted by Ashelia_Ferron View Post
You know that random is random right? Even if it's statistically less likely to happen, it CAN happen.
That's the thing tho. This isn't true random. It's very hard to implement true randomness using computer algorithms. For all we know their RNG seed/algorythm could be completely bonkers, and the only way to verify it is with massive, and exhaustive tests.

In fact, I remember a dev once talking about their RNG seed having issues with repeats: It tended to repeat itself a bit too much. They said they patched it up a bit, but from the looks of it it's still repeating itself a lot. This is why it's rather common to see strings of 5x fails when statistically that should only happen once in a blue moon.