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

What is the right argument for math.randomseed?

Asked by 10 years ago

What is the argument about how random the numbers or tables is?

1 answer

Log in to vote
1
Answered by
duckwit 1404 Moderation Voter
10 years ago

math.randomseed() does not influence "how random the numbers or tables is", it provides a (hopefully) unique starting point for the generation of more random numbers (i.e. so that you don't get the same set of generated numbers as in a previous session).

You can read about it more here:

http://wiki.roblox.com/index.php?title=Random_numbers#math.randomseed

0
So it's like you want random numbers in double then you do this math.randomseed(0.1)? RobloxMinecraftDK 0 — 10y
Ad

Answer this question