Java\'s UUID class generates a random UUID. But this consists of letters and numbers. For some applications we need only numbers. Is there a way to generate random UUID that
Call hashCode() on the UUID to get a unique integer.
hashCode()