Skip to content

Instantly share code, notes, and snippets.

@uhhuhyeah
Created October 7, 2009 01:23
Show Gist options
  • Save uhhuhyeah/203630 to your computer and use it in GitHub Desktop.
Save uhhuhyeah/203630 to your computer and use it in GitHub Desktop.
chars = ("a".."z").to_a + ("1".."9").to_a
token = Array.new(8, '').collect{chars[rand(chars.size)]}.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment