Bug 13649 – uniform01 Assertion failure

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2014-10-23T17:30:00Z
Last change time
2017-07-19T17:42:05Z
Assigned to
nobody
Creator
lumi.pakkanen

Comments

Comment #0 by lumi.pakkanen — 2014-10-23T17:30:47Z
The following program should run forever but instead exits with core.exception.AssertError@std/random.d(1613): Assertion failure. import std.random; void main() { while (true){ uniform01!float; } }
Comment #1 by electrolysis.jp+d — 2015-02-08T17:59:52Z
Comment #2 by github-bugzilla — 2015-03-12T11:25:23Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/c561951994e04293041906ee468b502806680e20 Fix Issue 13649 - uniform01 Assertion failure https://github.com/D-Programming-Language/phobos/commit/2679e447739cb5190b2cd2fd61a36979752478da Merge pull request #2969 from e10s/patch-8 Fix Issue 13649 - uniform01 Assertion failure
Comment #3 by github-bugzilla — 2015-06-17T21:02:49Z
Comment #4 by github-bugzilla — 2017-07-19T17:42:05Z