(m3-hash-int in)
(defn ^number m3-hash-int [in] (if (zero? in) in (let [k1 (m3-mix-K1 in) h1 (m3-mix-H1 m3-seed k1)] (m3-fmix h1 4))))