# File lib/thread_safe/util/xor_shift_random.rb, line 19 def get Kernel.rand(MAX_XOR_SHIFTABLE_INT) + 1 # 0 can't be xorshifted end