Random seed

If I use math.randomseed in a script, does it still valid for the math.random in another script?

1 Like

Yes, the seed is set globally.

3 Likes