(hash-combine seed hash)
(defn hash-combine [seed hash] ; a la boost (bit-xor seed (+ hash 0x9e3779b9 (bit-shift-left seed 6) (bit-shift-right seed 2))))