Documentation for this module may be created at Module:Random/doc
local x = {}
math.randomseed(os.time())
function x.tips()
--math.random() math.random() math.random() math.random() math.random()
--for i = 1, 1000 do
--j = math.random(i, 15)
--return j
--end
return (os.time() * os.clock())/25
end
return x