[Issue 17847] Properly sanitize seeds for Park–Miller engines

2017-10-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17847 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/fd2e5ba03c2c1304dd516a32e2659c3ed01c1936 Fix Issue 17847 - Properly sanitize seeds for Park

[Issue 17847] Properly sanitize seeds for Park–Miller engines

2017-09-25 Thread d-bugmail--- via Digitalmars-d-bugs
/218434f4b72bd4b8616214a615fe8cd433c6efe0 Merge pull request #5743 from n8sh/fix-random-lcg Fix Issue 17847 - Properly sanitize seeds for Park–Miller engines merged-on-behalf-of: Dmitry Olshansky <dmi...@olshansky.me> --

[Issue 17847] Properly sanitize seeds for Park–Miller engines

2017-09-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17847 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17847] Properly sanitize seeds for Park–Miller engines

2017-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17847 --- Comment #1 from Nathan S. --- Fixed by https://github.com/dlang/phobos/pull/5743 --