everyone.
I have a simple question. Is the value returned by UUID.randomUUID().getMostSignificantBits()
ALWAYS unique?
I need to generate a Long value which needs to ALWAYS be unique. Is there any other way to generate a Long that accomplishes this?
Thanks.