Talk:Random numbers

From Legacy Roblox Wiki
Revision as of 02:40, 15 March 2008 by >N2KC
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I haven't tried this, but what about:

x = math.random(1, 100)
y = math.random(1, 100)
rand = math.random(x, y)

--N2KC 21:40, 14 March 2008 (CDT)