imdog wrote:
By Nick: Dice is rolled using this formula:
Dice= int(rnd()* 6+ 1)
I will ask Neko to check for the random number generator in takeaplay?
The takeaplay PHP function is just the native mt_rand(1,100) it is based on the Mersenne Twister http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html |