Skip to content

Instantly share code, notes, and snippets.

@turdfire
Created October 19, 2024 07:52
Show Gist options
  • Save turdfire/6df5392289ade142101b3cc5a36efe68 to your computer and use it in GitHub Desktop.
Save turdfire/6df5392289ade142101b3cc5a36efe68 to your computer and use it in GitHub Desktop.
function getRandomInt(max) {
return Math.floor(Math.random() * max);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment