I am working on a code that randomizes numbers. I put math.randomseed(os.time()) inside a loop. The code goes like this:
math.randomseed(os.time())
for i = 1, 1000 do ma
Call math.randomseed once at the start of the program. No point calling it in a loop.
math.randomseed