Module:Random

From MassiveCraft Wiki
Revision as of 04:30, 29 August 2015 by Ryciera (talk | contribs) (Created page with "local x = math.random(100) return x")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Random/doc

local x = math.random(100)

return x