Thread overview
[Issue 13853] Assert fail in std.random unittests: std\random.d(2890): 99: 5323 > 5300
Dec 11, 2014
Walter Bright
Dec 03, 2019
Dlang Bot
Jan 02, 2020
berni44
December 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13853

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
The failing test was introduced by WebDrake on Aug 21, 2013.

--
December 03, 2019
https://issues.dlang.org/show_bug.cgi?id=13853

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7299 "Fix Issue 13853 - Assert fail in std.random unittests" fixing this issue:

- Fix Issue 13853 - Assert fail in std.random unittests:
  std\random.d(2890): 99: 5323 > 5300

https://github.com/dlang/phobos/pull/7299

--
January 02, 2020
https://issues.dlang.org/show_bug.cgi?id=13853

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@d-ecke.de
         Resolution|---                         |WONTFIX

--- Comment #3 from berni44 <bugzilla@d-ecke.de> ---
Seems like there is some acceptance in the community of tests which nearly always succeed. For the test here the probability of failing erroneously is less than 1:10000.

--