Skip to content

Instantly share code, notes, and snippets.

@h2rd
Created December 3, 2012 23:03
Show Gist options
  • Select an option

  • Save h2rd/4198919 to your computer and use it in GitHub Desktop.

Select an option

Save h2rd/4198919 to your computer and use it in GitHub Desktop.
javascript random hex
var hex = (Math.random()*0xFFFFFF<<0).toString(16);;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment