|
|
|
|
|
by IncRnd
1333 days ago
|
|
> Much better would be a UUID generated from unique values, like a hash of the timestamp and publisher of a book. If you limit the length and number of the fields you hash to generate the UUID, you could even prove there will be zero collisions and eliminate any need to collision checks and thus an organization that charges money. That's false. Your algorithm of hashing a timestamp and book publisher name cannot be proven to be collision-free. |
|