Algosim documentation: randomize

randomize

Sets the seed for random number generation to a random value.

Syntax

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.

See also