Quote Originally Posted by Aegis View Post
random number generator generating numbers randomly again.


Yes it will be pseudo random but that just means you can predict the next result if you know the starting conditions. It doesn't make the actual drops any less random in effect. You're just seeing clusters which is entirely expected in any random distribution.

Sorry if you don't want to hear that, but it's true.
It's not as simple as that. The P-RNG is not really a good enough system for determining the even distribution of loot and that's what people are expecting as they want fairness.


In practice, the output from many common PRNGs exhibit artifacts which cause them to fail statistical pattern-detection tests. These include:
Shorter than expected periods for some seed states (such seed states may be called 'weak' in this context);
Lack of uniformity of distribution for large amounts of generated numbers;
Correlation of successive values;
Poor dimensional distribution of the output sequence;
The distances between where certain values occur are distributed differently from those in a random sequence distribution.
Source: http://en.wikipedia.org/wiki/Pseudor...tic_generators