[GSoC] Mir.random.flex - Generic non-uniform random sampling

Seb via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Aug 22 08:34:47 PDT 2016


Hey all,

I am proud to publish a report of my GSoC work as two extensive 
blog posts, which explain non-uniform random sampling and the 
mir.random.flex package (part of Mir > 0.16-beta2):

http://blog.mir.dlang.io/random/2016/08/19/intro-to-random-sampling.html
http://blog.mir.dlang.io/random/2016/08/22/transformed-density-rejection-sampling.html


Before I start my personal retrospect, I wanted to use this 
opportunity to give a huge thanks and acknowledgement to my two 
awesome mentors Ilya Yaroshenko (9il) and Joseph Wakeling 
(WebDrake).

As I wrote my first line of D code this February, I have learned 
quite a lot during the last few months. Github allows to list all 
merged contributions, which might show that I got quite familiar 
with dlang over the time:

https://github.com/search?l=&o=desc&q=author%3Awilzbach+is%3Amerged+user%3Adlang&ref=advsearch&s=comments&type=Issues&utf8=%E2%9C%93

… and with other D repositories:

https://github.com/search?l=D&o=desc&q=author%3Awilzbach+is%3Amerged&ref=searchresults&s=comments&type=Issues&utf8=%E2%9C%93

I am pretty sure you now know me from the NG, Github, IRC, 
Twitter, Bugzilla, DConf16, the DWiki, #d at StackOverflow or 
/r/d_language, so I will skip a further introduction ;-)

Over the next weeks and months I will continue my work on 
mir.random, which is supposed to supersede std.random, so in case 
you aren’t following the Mir project [1, 2], stay tuned!

Best regards,

Seb

[1] https://github.com/libmir/mir
[2] https://twitter.com/libmir


More information about the Digitalmars-d-announce mailing list