Skip to content

Instantly share code, notes, and snippets.

@RamiAwar
Last active May 10, 2020 06:51
Show Gist options
  • Save RamiAwar/0115d59e03e4c402d3e533727b0bcc6e to your computer and use it in GitHub Desktop.
Save RamiAwar/0115d59e03e4c402d3e533727b0bcc6e to your computer and use it in GitHub Desktop.
Random number generator setup
# Random number generator setup
var rng = RandomNumberGenerator.new()
func _ready():
rng.randomize()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment