View Single Post
  #4  
Old 05-09-2010, 10:41 PM
Wolftousen
Sarnak
 
Join Date: Apr 2008
Posts: 49
Default

sorry i haven't checked these forums in a while, but what i was trying to do was get the function the quests call to get random values more diverse.

The root cause is really that eqemu is using the build in c random number generator. http://www-personal.umich.edu/~wagnerr/MersenneTwister.html is a far better choice and wouldn't take much at all to put into use.
Reply With Quote