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