- seed
- The value to seed the random number generator with.
The srand() function sets its argument seed as the seed for a new sequence of pseudo-random numbers to be returned by Stdlib.rand(). These sequences are repeatable by calling srand() with the same seed value.
If no seed value is provided, the functions are automatically seeded with a value of 1.