Module:Random

From MassiveCraft Wiki
Revision as of 04:42, 29 August 2015 by Ryciera (talk | contribs)
Jump to navigation Jump to search

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)
	x = l
	return x
end

return x