Thread overview
[Issue 24877] Randomness in UUID generation is insufficient.
November 25
https://issues.dlang.org/show_bug.cgi?id=24877

--- Comment #1 from anonymous4 <dfj1esp02@sneakemail.com> ---
There's an overload that accepts an RNG
---
UUID randomUUID(RNG)(ref RNG randomGen);
---

--
November 26
https://issues.dlang.org/show_bug.cgi?id=24877

--- Comment #2 from John Dougan <jdougan@acm.org> ---
and no cryptographic streng RNG to use with it.

https://breakpoint.purrfect.fr/article/cracking_phobos_uuid.html

--
December 01
https://issues.dlang.org/show_bug.cgi?id=24877

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9881

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--