Tuesday, December 22, 2009

Simple password generator in Ruby

The code is so simple that it needs no description:
(100000000000 + rand * 1000000000000).to_i.to_s(36)

No comments:

Post a Comment