in reply to Re: rand() problems
in thread rand() problems

It doesn't work without the srand, either. I originally didn't have it in there.

Replies are listed 'Best First'.
Re: Re: Re: rand() problems
by dws (Chancellor) on Feb 27, 2001 at 10:21 UTC
    Newer perls call srand() for you implicitly. What version are you using?