Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created October 29, 2009 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pifantastic/221719 to your computer and use it in GitHub Desktop.
Save pifantastic/221719 to your computer and use it in GitHub Desktop.
def rand_color():
return "#%06x" % (math.floor(random.randint(10000, 16777215)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment