Pop.Box/lib/bitser/cases/intkeys.lua
2017-10-10 00:20:36 -07:00

7 lines
96 B
Lua

local t = {}
for i = 1, 200 do
t[math.random(1000)] = math.random(100)
end
return t, 30000, 5