you are in: codestackercodes [RSS]simple random string method

simple random string method Delicious Email

show/hide lines
   1  def rand_str(length)
   2  	return rand(36**length).to_s(36)
   3  end
created by leozera — 24 July 2011 — get a short url — tags: ruby embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image