Mir Random [1]
===========

A replacement for std.random from stats professionals.

1. Mir random has [2] all nonuniform random number generators from C++11
2. Mt19937 performance was improved by 50%-185% [3]
3. Fixed Mt19937_64
4. Better API architecture
5. Permuted Congruential Generator [4, WIP]
6. Uniform floating point generation has better possible quality. It is implemented only in Mir Random and available only for D users!

[1] https://github.com/libmir/mir-random
[2] http://docs.random.dlang.io/latest/mir_random_variable.html
[3] http://forum.dlang.org/thread/jpoicjgffljvqkoxg...@forum.dlang.org
[4] https://github.com/libmir/mir-random/pull/1

Cheers,
Ilya Yaroshenko (9il), Mir Team

IT consulting and development
    gmail: ilyayaroshenko

Reply via email to