Re: UUIDs
Posted by
Peter Uhnak on
Aug 11, 2015; 6:56pm
URL: https://forum.world.st/UUIDs-tp4842189p4842196.html
The UUIDGenerator has unnecessarily heavy-handed implementation, however it does adhere to the RFC specs as far as I could tell.
Which also means that it's definitely usable across images and platforms.
If anything, the weak point would be the random number generator, not UUID. And at least on unix/linux it uses /dev/urandom so it should be pretty reliable.
So ask yourself what's the probability of your PRNGs generating same 122 bits.
Peter