Skip to content

Instantly share code, notes, and snippets.

@funnierinspanish
Last active September 4, 2015 17:44
Show Gist options
  • Save funnierinspanish/a6410b4596175ddaa2ca to your computer and use it in GitHub Desktop.
Save funnierinspanish/a6410b4596175ddaa2ca to your computer and use it in GitHub Desktop.
Time based code generator ( without Math.random )
function () {
var a = (Date.now()*(Date.now())*1e+1*(3e+8*(Date.now()))).toString(36);
return a.substr(5,a.length);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment