Skip to content

Instantly share code, notes, and snippets.

@j05h
Created September 28, 2010 19:26
Show Gist options
  • Save j05h/601616 to your computer and use it in GitHub Desktop.
Save j05h/601616 to your computer and use it in GitHub Desktop.
# this is a stupid simple random stringifier
"#{10.times.map{(rand(26) + 97).chr}.join}_#{Time.now.to_i.to_s}"
#=> "qnoqszbiam_1285701912"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment