Talk:Random numbers: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Telamon
No edit summary
>Telamon
No edit summary
(No difference)

Revision as of 17:58, 24 March 2008

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)