Details
Description
Since UUIDs are themselves randomly generated, one alternative to generating a hash for an UUID with a traditional hash algorithm is to take 4 bytes from the UUID itself and use that as the Hash. Care would be taken to avoid copying over the portions of the UUID that are deterministically set.