Skip to content

randomize

drewmccluskey edited this page Dec 31, 2018 · 4 revisions

randomize

This function will set the game seed to a random value

Syntax:

randomize()

Returns: int

Description:

This function will randomize your seed, so that each time you start your game, your random values will not be the same as previous times run.

Example:

randomize()

The above code will randomize the seed.

Back to number_functions

Clone this wiki locally