std.random and mersenne twister

monarch_dodra monarchdodra at gmail.com
Mon Jul 30 04:04:47 PDT 2012


On Tuesday, 24 July 2012 at 16:09:15 UTC, monarch_dodra wrote:
> That said, I don't think it would be a bad idea to add a Lagged 
> Fibonacci generator first. The generator already exists in 
> boost, and is much more documented. The actual development 
> would just require a port.

Hi There!

I wrote the port.
https://github.com/D-Programming-Language/phobos/pull/727

It works as intended, AFAIK, as it generates the exact same 
sequence that boost does.

I'd be mighty pleased to have code review done on it.

The details are on the pull page, but I guess you can also leave 
some feedback here.


More information about the Digitalmars-d mailing list