Parameters & Returns
Parameters
Returns
Quick Summary
Sets the seed for the random number generator.
Takes seed (integer seed value).
Returns nothing.
Technical Exegesis...
Initializes the random number generator with a specific seed value. Using the same seed will produce the same sequence of random numbers, useful for reproducible randomness in testing or procedural generation.
The seed is stored and can be retrieved later with mathRndSeed().