pub fn uuid_human_hash(uuid: &Uuid) -> StringExpand description
The last 5 bits of the sum of all bytes in the uuid are the index into the WORDS2 list,
The 5 bits before those are the index into the WORDS1 list.
Output is WORDS1[i], a dash, then WORDS2[j].