BitArray Slicing

Ilya Yaroshenko via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Dec 21 04:18:17 PST 2016


On Wednesday, 21 December 2016 at 12:00:57 UTC, Ezneh wrote:
> On Wednesday, 21 December 2016 at 11:49:06 UTC, Ilya Yaroshenko 
> wrote:
>> [...]
>
> Thanks, I'll check that solution to see if it fits my needs.
>
> As an off-topic question, is there any plan in Mir to implement 
> the Tiny Mersenne Twister[1] algorithm (or a wrapper for it) ?
>
> [1] 
> http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/TINYMT/index.html

You are the first who is interested TINYMT, feel free to open a 
PR in Mir Random

https://github.com/libmir/mir-random

TINYMT should not be big, only Engine itself is required (without 
floating point stuff and arrays generators).


More information about the Digitalmars-d-learn mailing list