From: Siep Korteling Date: 2007-12-07T23:23:54+09:00 Subject: Re: Random users generator Piotr Wlodarek wrote: > Peter Hickman wrote: >> Well there is a Perl module called Data::RandomPerson that generates >> people records (written by yours truly) which creates gender, age, dob, >> firstname, lastname and title. >> >> use Data::RandomPerson; >> my $r = Data::RandomPerson->new(); > > That's exactly what I need! But still Ruby-based solution would be > appreciated. how about name="Aaaaaaaa" 1000000.times {puts name.next} -- Posted via http://www.ruby-forum.com/.