digitalmars.D.announce - Mir Random announce - Professional RNGs
- Ilya Yaroshenko (2/2) Nov 25 2016 https://github.com/libmir/mir-random
- Rory McGuire via Digitalmars-d-announce (8/10) Nov 25 2016 Like the betterC use case. Nice API.
- Adrian Matoga (5/7) Nov 26 2016 Cool!
- Joseph Rushton Wakeling (5/12) Nov 26 2016 They are actually algorithms, in exactly the same sense as
- Ilya Yaroshenko (4/6) Nov 26 2016 The first Mir Random benchmark!
https://github.com/libmir/mir-random http://docs.random.dlang.io/latest/index.html
Nov 25 2016
On Sat, Nov 26, 2016 at 1:14 AM, Ilya Yaroshenko via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:https://github.com/libmir/mir-random http://docs.random.dlang.io/latest/index.htmlLike the betterC use case. Nice API. first example from the docs: import mir.random.engine.xorshift; auto gen = Xorshift(1); auto s = gen.rand!short; auto n = gen.rand!ulong;
Nov 25 2016
On Friday, 25 November 2016 at 23:14:06 UTC, Ilya Yaroshenko wrote:https://github.com/libmir/mir-random http://docs.random.dlang.io/latest/index.htmlCool! I'd only suggest renaming "algorithm" to "range", to better reflect what's inside the module.
Nov 26 2016
On Saturday, 26 November 2016 at 11:21:54 UTC, Adrian Matoga wrote:On Friday, 25 November 2016 at 23:14:06 UTC, Ilya Yaroshenko wrote:They are actually algorithms, in exactly the same sense as `std.algorithm`; it's just that they include random decisions in the generation of their elements.https://github.com/libmir/mir-random http://docs.random.dlang.io/latest/index.htmlCool! I'd only suggest renaming "algorithm" to "range", to better reflect what's inside the module.
Nov 26 2016
On Friday, 25 November 2016 at 23:14:06 UTC, Ilya Yaroshenko wrote:https://github.com/libmir/mir-random http://docs.random.dlang.io/latest/index.htmlThe first Mir Random benchmark! https://forum.dlang.org/post/jpoicjgffljvqkoxgrnx forum.dlang.org
Nov 26 2016