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