精明巨人

文章
3
资源
0
加入时间
2年10月24天

Lua.math.random

— When called without arguments, returns a pseudo-random float with uniform— distribution in the range [0,1). When called with two integers m and— n, math.random returns a pseudo-random integer with uniform distribution— in the range [m, n]. The call