Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does setting math.randomseed() in one script set it in another script?

Asked by 7 years ago

For example, if I do:

math.randomseed(5)
math.random()

in one script, is math.randomseed set to 5 in all scripts? Or do I have to set math.randomseed to 5 in all the other scripts I use math.random to get the same results?

Answer this question