Quote:
|
Originally Posted by Matter2003
--Spent a good 2 days fixing some randomization code that was incorrect I found on the net...I could have used a different method here, but I really,really like the way this works.
Matter2003
|
Well, I have decided to make a change with the randomization code, and have ported the Mersenne Twister code to vb as there were some occasssional problems with the other code not generating a proper value...
This is considered by many to be the best random generation code available, and should ensure some good results with almost no chance of repeats...
Matter2003