|
|
|
|
|
by dheera
1310 days ago
|
|
Also UUID v3 and v5 produce IDs from identifiers such as URLs which can be quite useful if you want two different systems to generate the same exact UUID given knowledge of the same URL. For example, in a REST system that needs UUIDs I'd use the REST URL of the object as the UUID. |
|