Talk:Random numbers

From Legacy Roblox Wiki
Revision as of 17:58, 24 March 2008 by >Telamon
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)

You want to use math.randomseed() --Telamon 12:58, 24 March 2008 (CDT)