Consider the following lua code snippet :
local time = os.time() for _= 1, 10 do time = time + 1 print(\'Seeding with \' .. time) math.randomseed
Check these links out.
http://lua-users.org/lists/lua-l/2007-03/msg00564.html
http://lua-users.org/lists/lua-l/2007-03/msg00572.html