The key word is actually missing....and that is 'PSEUDO' random number generator. I really doubt the system is connected to anything that is actually generating random numbers since that is not necessary for this type of application. While, if properly configured, a pseudo random number generator will create a sequence of numbers with decent random properties, they are not truly random. And the rng that is generally available in programming languages isn't considered all that good since it can start repeating sequences fairly quickly (albeit after thousands of numbers)....should be fine for games but nothing that truly cares about simulating randomness.
If configured or used improperly, these common rng's will generate repeated sequences much more frequently. While I think the problem with the drop box output is likely something different that just how the rng is being used, I do believe there is some problem. It is very suspicious that a number of people are reporting that they are getting exactly BBBG drops.....I usually buy tier 3's but this weekend decided to switch to tier 4's since I was not having any luck getting legendaries from the tier 3's. In the 5 I bought, I also got 3 blues and 1 green from each of them....I don't think they were always in BBBG order but the quantities were always 3B & 1G. While it is certainly statistically possible for this to happen, it does raise a flag that something might be wrong.




Reply With Quote