The "why?" is explained below. The other two parts of your comment are a matter of perspective. For the requirement of uniqueness a one bit difference is enough.
– Klaus D.Jan 25 '17 at 08:38
1 Answers1
5
That is because the uuid1 is generated from your machine ID and time stamp and the machine ID in your case remains constant, that's why they look pretty similar at the end. You may use uuid4() to get a random unique uuid.