It isn’t working, and I need it for client-server pseudorandom prediction.
Input:
[lua]
math.randomseed(1234567) print(math.random(),math.random(),math.random())
math.randomseed(1234567) print(math.random(),math.random(),math.random())
[/lua]
Output:
0.33399456770531 0.93270668660543 0.10339671010468
0.89010284737693 0.53321939756462 0.57127597888119