class ThreadSafe::Util::Striped64

def hash_code

random, but may be set to a different value upon collisions.
A thread-local hash code accessor. The code is initially
def hash_code
  Thread.current[THREAD_LOCAL_KEY] ||= XorShiftRandom.get
end