Skip to content

Instantly share code, notes, and snippets.

@murayama
Created July 9, 2013 01:31
Show Gist options
  • Save murayama/5953950 to your computer and use it in GitHub Desktop.
Save murayama/5953950 to your computer and use it in GitHub Desktop.
rubyでランダムな文字列を生成
(("a".."z").to_a + ("A".."Z").to_a + ("0".."9").to_a).shuffle[0...32].join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment