I've generated uuid's by uuid.uuid1()
in Python and they all look pretty similar. Why is that? How to randomize them?
Asked
Active
Viewed 1,688 times
1

hjpotter92
- 78,589
- 36
- 144
- 183

Torito
- 305
- 1
- 11
-
1UUIDs are designed to be *unique* and not *as different from each other as possible*. – Klaus D. Jan 25 '17 at 07:19
-
@KlausD., similar? why similar? they aren't. – Torito Jan 25 '17 at 07:27
-
1Please use full sentences! It will help to understand your point. – Klaus D. Jan 25 '17 at 07:42
-
@KlausD., are they similar? why are they similar? they aren't similar. – Torito Jan 25 '17 at 08:34
-
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