Re: Generating normally distributed random numbers.

2010-01-31 Thread Rolf Nielsen
On 2010-01-31 15:53, Jason Lenthe wrote: I am working on a project where I have the need to generate normally distributed random positive integers, preferably unsigned 64 bit (or even longer if possible) integers. More specifically, I will need the ability to supply the expected value and the s

Re: Generating normally distributed random numbers.

2010-01-31 Thread Jason Lenthe
> I am working on a project where I have the need to generate normally > distributed random positive integers, preferably unsigned 64 bit (or > even longer if possible) integers. More specifically, I will need the > ability to supply the expected value and the standard deviation for the > desired

Re: Generating normally distributed random numbers.

2010-01-30 Thread J65nko
On Sun, Jan 31, 2010 at 4:30 AM, Rolf Nielsen wrote: > I am working on a project where I have the need to generate normally > distributed random positive integers, preferably unsigned 64 bit (or even > longer if possible) integers. More specifically, I will need the ability to > supply the expect

Generating normally distributed random numbers.

2010-01-30 Thread Rolf Nielsen
Hi all, I am working on a project where I have the need to generate normally distributed random positive integers, preferably unsigned 64 bit (or even longer if possible) integers. More specifically, I will need the ability to supply the expected value and the standard deviation for the desir