It looks like you're new here. If you want to get involved, click one of these buttons!
math.randomseed(os.time())
Comments
http://giderosmobile.com/forum/discussion/1071/did-you-notice-math-random-always-produce-equal-sequences-of-numbers-on-ios/p1
math.randseed = os.time()
your_variable=math.random(min,max)
math.randomseed(os.time()) does not work for me for some reason, maybe I'm too stupid