math.randomseed(os.time)local p =
function p.main return "The random number is"..math.random(-200, 430)endfunction p.oopsie local letters = local str = "" for i = 0, 1000 do str = str .. letters[math.random(#letters)] end return strend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Rockingerser".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.