Closed sean9999 closed 7 years ago
Errr... no, the values of UUID v5 identifiers are only unique for different values. If you pass in always just "http://example.com/" you will always get return the same UUID. This is fully correct. Please check the UUID standard and understand the differences between the different UUID versions. UUID v1 is node-based, v3/v5 are hash-based and v4 is random-number based.
using the following invocation, non-unique IDs are generated:
Expected behaviour: The values should be unique