-
-
Notifications
You must be signed in to change notification settings - Fork 18
randomize
drewmccluskey edited this page Dec 31, 2018
·
4 revisions
This function will set the game seed to a random value
randomize()
Returns: int
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.
randomize()
The above code will randomize the seed.
Back to number_functions