HorseSeaHorse/lib/bitser/cases/intkeys.lua

7 lines
96 B
Lua
Raw Normal View History

2021-02-07 00:37:19 -06:00
local t = {}
for i = 1, 200 do
t[math.random(1000)] = math.random(100)
end
return t, 30000, 5