More actions
Created page with "local x = math.random(100) return x" |
No edit summary |
||
Line 1: | Line 1: | ||
local x = math.random( | local x = {} | ||
function x.tips() | |||
local l = math.random(15) | |||
return l | |||
end | |||
return x | return x |
Revision as of 04:37, 29 August 2015
Documentation for this module may be created at Module:Random/doc