Skip to content

Instantly share code, notes, and snippets.

@ebinnion
Created February 27, 2013 06:24
Show Gist options
  • Save ebinnion/5045658 to your computer and use it in GitHub Desktop.
Save ebinnion/5045658 to your computer and use it in GitHub Desktop.
Random String Javascript
var numRand = String((new Date()).getTime()).replace(/\D/gi,'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment