Skip to content

Instantly share code, notes, and snippets.

@davidvanvickle
Created December 30, 2011 19:19
Show Gist options
  • Save davidvanvickle/1541108 to your computer and use it in GitHub Desktop.
Save davidvanvickle/1541108 to your computer and use it in GitHub Desktop.
JS random number function
function randomAddOn () {
return '' + (Math.floor(Math.random()*1000*((new Date()).getSeconds())));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment