Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

by bart (Canon)
on Oct 31, 2012 at 19:53 UTC ( [id://1001740]=note: print w/replies, xml ) Need Help??


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

On Windows, the random number has only 15 bits. That means that if you multiply the results with 32768, the outcome will always be an integer.

If you want something better, at least in that regard, you could pick Math::Random::MT. It's pretty fast, too.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1001740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found