class ThreadSafe::Util::Striped64
def hash_code
A thread-local hash code accessor. The code is initially
def hash_code Thread.current[THREAD_LOCAL_KEY] ||= XorShiftRandom.get end
def hash_code Thread.current[THREAD_LOCAL_KEY] ||= XorShiftRandom.get end