in reply to rand() precision low, looking for a fast way to get high precision rand float?

Maybe Crypt::Random or Math::Random is the CPAN library you are looking to help you in your quest for randomness.

It's often helpful to type a few keywords into CPAN to see what libraries show up on the radar, and whether those libraries can address your problems.

  • Comment on Re: rand() precision low, looking for a fast way to get high precision rand float?