Skip to content

Instantly share code, notes, and snippets.

@huydx
Created July 9, 2013 14:40
Show Gist options
  • Save huydx/5957865 to your computer and use it in GitHub Desktop.
Save huydx/5957865 to your computer and use it in GitHub Desktop.
rubyでランダム文字列を生成 ref: http://qiita.com/huydx@github/items/1834326738c1e96393aa
rand(36**length).to_s(36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment