User:Phenomist-alt/DraftModule

local p = {}

p.Fuzz = function(frame)

   rank = frame.args[1]
   thresholds = frame.args[2] or "10 20 30 40 50 75 100 50"
   thresh_table = 

end

return p