Random Seed: Difference between revisions
-u ndefined- (talk | contribs) m (Create infobox, repair formatting, add section Related) |
-u ndefined- (talk | contribs) m (Add image) |
||
Line 13: | Line 13: | ||
By changing the Random Seed to an unchanging value, each following executed Random script will output the same values every time. | By changing the Random Seed to an unchanging value, each following executed Random script will output the same values every time. | ||
{{Image|Random_Seed_example.png|Example}} | |||
== Related == | == Related == |
Latest revision as of 09:26, 22 May 2024
Random Seed
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | Before Seed |
Outputs | After |
Sets the seed used by the Random script.
Normally, values that the Random script outputs will be different each time. By changing the Random Seed to an unchanging value, each following executed Random script will output the same values every time.
