randomize
Sets the seed for random number generation to a random value.
Syntax
-
randomize()
Description
randomize()
sets the seed for random number generation to a random value. This is done every time the client starts up, so it typically isn’t necessary to call this function manually.