Last updated 3 months ago
Was this helpful?
Seeds the pseudo-random number generator with an integer number, ensuring repeatable number patterns.
Randomize(seed=[numeric], algorithm=[string])
seed
numeric
true
The number to seed the Random with
algorithm
string
false
The algorithm to use to generate the random number.