Randomize
Seeds the pseudo-random number generator with an integer number, ensuring repeatable number patterns.
Method Signature
Arguments
Argument
Type
Required
Description
Default
seed
numeric
true
The number to seed the Random with
algorithm
string
false
The algorithm to use to generate the random number.
Examples
Related
Last updated