Original Message: This may be caused by a poor random number generator |
---|
The standard random number generator (rng) that comes with the programming languages of today is usually hopelessly auto-correlated. Game developers are often not aware of this, and that is why you quite frequently get identical results in a row. There are excellent alternatives available, and of course we are using one of those in MMTribute. - Rib - |
|