@c42f commented on https://github.com/JuliaLang/julia/pull/35833#discussion_r424052968
Actually this would suggest that the global RNG from
Randomisn't a great choice forUUIDsanyway because the user may control the seeding for reasons unrelated to UUIDs.
Maybe we should use Random.RandomDevice() instead of Random.default_rng() in UUIDs?
See also https://github.com/JuliaLang/julia/issues/32954#issuecomment-526580532
Yes, I think that's a good idea.
Thanks so much @tkf for boldly making coherent issues out of my random side remarks :sweat_smile:
Most helpful comment
Thanks so much @tkf for boldly making coherent issues out of my random side remarks :sweat_smile: