[Issue 15238] Heisenbug running std.random unittests

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Oct 27 02:43:52 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15238

--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> ---
BTW, I'm not sure how intentional this is, but in a lot of places the
std.random tests pass the RNG object by-value to e.g. randomSample, which means
that it will query the same values over and over without advancing the RNG.

--


More information about the Digitalmars-d-bugs mailing list