[Issue 18715] Non-documented unittests should not use unpredictableSeed or default Random alias

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18715

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 18715] Non-documented unittests should not use unpredictableSeed or default Random alias

2019-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18715

berni44  changed:

   What|Removed |Added

 CC||bugzi...@d-ecke.de

--- Comment #3 from berni44  ---
I found three such tests remaining: One in std/uuid.d and two in std/random.d.
Should these three also be fixed? Or can we close this issue?

--


[Issue 18715] Non-documented unittests should not use unpredictableSeed or default Random alias

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18715

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c1d1c0e874b16fe2717e2c62b30c7c3f03e68446
Issue 18715 - Non-documented unittests should not use unpredictableSeed or
default Random alias

https://github.com/dlang/phobos/commit/c1fcea4fdfc4c1b56278c196dbd8908c34d8c11c
Merge pull request #6414 from n8sh/remove-unpredictableseed-from-unittests

Issue 18715 - Non-documented unittests should not use unpredictableSeed or
default Random alias
merged-on-behalf-of: Nathan Sashihara <n...@users.noreply.github.com>

--


[Issue 18715] Non-documented unittests should not use unpredictableSeed or default Random alias

2018-04-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18715

--- Comment #1 from Nathan S.  ---
Pull request: https://github.com/dlang/phobos/pull/6414

--