Please fix Mystery Heroes

2: Are you being intentionally oblivious?

I can tell you whats happening… it’s a basic programming problem from like the first month of computer programming. Computer RNG isn’t truly random, and, the basic random functions provided by most libraries aren’t even very good for small number sets.

They must just be using like libc rand and using the results straight up resulting in picking the same number 2-3 times in a row. It’s really dumb.

The easiest fix is to keep a track of the last random number and throw away results until you get something different

Please do at least that blizz… it’s stupid seeing 2-3 of the same hero in a game in a row. Like… if I was doing peer review at uni on your assignment I’d fail you level stupid