in reply to Re: How do I get random numbers that follow standard distribution?
in thread How do I get random numbers that follow standard distribution?

You misunderstood one thing. The point of Math::TrulyRandom is not to have a more accurate distribution, it is to have a random number that is not guessable. Normal random numbers are guessable based on the time your program runs.

If the random numbers are used for any cryptographic purpose this is an important consideration.

  • Comment on RE: Answer: How do I get random numbers that follow standard distribution?