Username Generator

How would one go about starting to write this? I don’t want you to write
the code for me, but I don’t want to use any gems. I just need to know
of some modules or something I should look into. Thanks in advance.

On 09/11/2010 08:45 AM, Hd Pwnz0r wrote:

How would one go about starting to write this? I don’t want you to write
the code for me, but I don’t want to use any gems. I just need to know
of some modules or something I should look into. Thanks in advance.

puts rand(128).chr
X
=> nil

puts rand(128).chr
C
=> nil

puts rand(128).chr
g

Hope that is a start…