[Issue 18332] rt.util.random.Rand48 remove unnecessary assert

2018-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18332 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18332] rt.util.random.Rand48 remove unnecessary assert

2018-03-12 Thread d-bugmail--- via Digitalmars-d-bugs
unnecessary assert https://github.com/dlang/druntime/commit/01643aadf0c28be03ca64e6614fb592356a3d40e Merge pull request #2069 from n8sh/rand48 Issue 18332 - rt.util.random.Rand48 remove unnecessary assert --

[Issue 18332] rt.util.random.Rand48 remove unnecessary assert

2018-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18332 --- Comment #2 from Nathan S. --- Fix in https://github.com/dlang/druntime/pull/2069 --

[Issue 18332] rt.util.random.Rand48 remove unnecessary assert

2018-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18332 --- Comment #1 from Nathan S. --- Strike the comments about popFront(): the mask is necessary. >popFront() advances rng_state through addition and multiplication so the high >16 bits of the current rng_state never

[Issue 18332] rt.util.random.Rand48 remove unnecessary assert

2018-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18332 Nathan S. changed: What|Removed |Added Summary|rt.util.random.Rand48