how good is java's UUID.randomUUID?
Posted
by Alvin
on Stack Overflow
See other posts from Stack Overflow
or by Alvin
Published on 2010-03-25T06:51:57Z
Indexed on
2010/03/25
6:53 UTC
Read the original article
Hit count: 391
I know randomized UUID have very very very low probability for collision in theory, but I am wondering, in practice, how good is java 5's randonUUID in terms of not having collision? Does anybody have any experience to share?
© Stack Overflow or respective owner