Documentation for this module may be created at Module:Random/doc
local x = 0 function x.tips() math.randomseed(os.time()) local l = math.random(15) x = l return x end return x