I know that randomized UUIDs have a very, very, very low probability for collision in theory, but I am wondering, in practice, how good Java’s randomUUID()
is in terms of not having collision? Does anybody have any experience to share?
I know that randomized UUIDs have a very, very, very low probability for collision in theory, but I am wondering, in practice, how good Java’s randomUUID()
is in terms of not having collision? Does anybody have any experience to share?