Re: mir.random - my GSoC project

2016-06-03 Thread HaraldZealot via Digitalmars-d
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

Re: mir.random - my GSoC project

2016-06-02 Thread Seb via Digitalmars-d
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

Re: mir.random - my GSoC project

2016-06-02 Thread Edwin van Leeuwen via Digitalmars-d
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

Re: mir.random - my GSoC project

2016-06-02 Thread Martin Nowak via Digitalmars-d
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?

Re: mir.random - my GSoC project

2016-04-23 Thread Joseph Rushton Wakeling via Digitalmars-d
On Saturday, 23 April 2016 at 14:17:19 UTC, Seb wrote: I am very proud to be selected as a GSoC stipend for the D foundation. Congratulations, Seb! This project is about adding non-uniform random generators to mir and hopefully eventually to Phobos. This is a very welcome contribution.

mir.random - my GSoC project

2016-04-23 Thread Seb via Digitalmars-d
Hi all, I am very proud to be selected as a GSoC stipend for the D foundation. Most of you already know me from github (@wilzbach) and IRC (greenify). In my GSoC project I will contribute to Dlang’s upcoming numerical library mir [1]. You probably heard about mir from the new ndslice [2]