Created
July 9, 2013 14:40
-
-
Save huydx/5957865 to your computer and use it in GitHub Desktop.
rubyでランダム文字列を生成 ref: http://qiita.com/huydx@github/items/1834326738c1e96393aa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rand(36**length).to_s(36) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment