When you call math.random() without setting a seed you will get the same values ... This is due to the way the builtin Lua RNG method generates numbers.
確定! 回上一頁