Quote Originally Posted by Yukiko View Post
The main mistake in calculating your % is that the server use ONE RNG for ALL players. If it says 99% it means not only for you, it means the "next" roll. That means you actually will never have the 99% because there will always be some others who finish the same craft/dungeon/loot before you! That results in seeing from your perspective many more odds than it should have! SE does not have any net to catch odd bias. The next mistake is that SE uses an algorithm for high numbers (you remember, one RNG for all players) but you are just a single player from that high number. As example you are number 254 from a total number of 123.456.789 rolls made at same time! Statistically when counting all rolls, RNG is working fine, but for YOU it will result in seeing more odd bias.
Except this isn't how random numbers work. Each number is completely independent from the previous one.