|
|
|
|
|
by jandrewrogers
869 days ago
|
|
It is worth mentioning that the reason UUIDv4 is strictly forbidden in some large decentralized systems is the myriad cases of collisions because the "random number" wasn't quite as random as people thought it was. Far too many cases of people not using a cryptographically strong RNG, both unwittingly or out of ignorance that they need to. Less of an issue if you have total control of the operational environment and code base, but that is not always the case. |
|