re wrote the same info
commited
commit
3c4cd801ae0da63334f746adb5b6599996785f17
... | ... | @@ -1,7 +1,4 @@ |
1 | Set the random seed. (Use this if you want the same random numbers each time.) |
|
2 | ||
3 | When you generate random numbers with random, you will get different numbers each play cause the seed changes. A seed is a number that the random function uses to generate the values. |
|
4 | ||
5 | So if you want to get the same sequence of random numbers, set a seed on play. |
|
1 | When you generate random numbers with random, you will get different numbers each play. |
|
2 | But if you set a seed on play, the sequence of random numbers will be the same on all play sessions. |
|
6 | 3 | |
7 | 4 | [[/uploads/Random Seed.png|width=336px,alt=Random Seed]] |
... | ... | \ No newline at end of file |