in reply to Re: Poor randomness with File::Temp and fork().
in thread Poor randomness with File::Temp and fork().

I would suggest having the fork()ed children read some data from /dev/random or /dev/urandom and using that, rather than giving them all their own copy of the pRNG in the same state and so producing the same data. Alternatively, <advert>Net::Random</advert>
  • Comment on Re^2: Poor randomness with File::Temp and fork().