Lua 随机数算法用的是libc 中的 rand , 也就是LCG。 ... num = {} for j=1,10 do table.insert(num, math.random(100)) end print(table.concat(num, ...
確定! 回上一頁