Random Seed

From Fancade Wiki
Revision as of 09:26, 22 May 2024 by -u ndefined- (talk | contribs) (Add image)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Random Seed
Random Seed.png
TypeScript block
ColliderNone
FolderMath
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.

Example

Related