[Issue 15238] Heisenbug running std.random unittests

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


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

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
I've seen this a bunch of times. If you read the comment above the failing
assert, essentially that entire check is luck-based. That test should be
changed to use a RNG seeded with a constant value, or removed entirely.

--


More information about the Digitalmars-d-bugs mailing list