mir.random - my GSoC project

Edwin van Leeuwen via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 2 04:07:14 PDT 2016


On Thursday, 2 June 2016 at 10:56:36 UTC, Martin Nowak wrote:
> On 04/23/2016 04:17 PM, Seb wrote:
>> This project is about adding non-uniform random generators to 
>> mir and hopefully eventually to Phobos.
>
> I just happen to need a gaussian random number generator right 
> now. Is there already some WIP code, or would you have an 
> intermediate recommendation?

I tend to use rNorm from dstats:
https://github.com/dsimcha/dstats/blob/master/source/dstats/random.d#L266


More information about the Digitalmars-d mailing list