Skip to content

Instantly share code, notes, and snippets.

@robertsosinski
Created June 1, 2011 14:49
Show Gist options
  • Select an option

  • Save robertsosinski/1002440 to your computer and use it in GitHub Desktop.

Select an option

Save robertsosinski/1002440 to your computer and use it in GitHub Desktop.
Correlation ID
[Time.now.to_f.to_s.ljust(16, '0'), Digest::SHA1.hexdigest("request" + rand(0xffffffff).to_s), "#{12}-#{3456}"].join(":")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment