View Single Post
  #6  
Old 05-10-2010, 11:29 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Quote:
Originally Posted by Wolftousen View Post
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/~wagne...neTwister.html is a far better choice and wouldn't take much at all to put into use.
I am looking into this random number generator as I have noticed poor results with the existing implementation at times.
Reply With Quote