in reply to Re: random number generation problem
in thread random number generation problem
seems to also return strings less than 5 chars longsreturn join ('', map { $vchars[int(rand($#vchars+1))] } 5 .. 5+int(rand(10)));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: random number generation problem
by tadman (Prior) on Apr 27, 2001 at 01:49 UTC |