6 references to XorShift
System.IO.Hashing (6)
System\IO\Hashing\XxHash128.cs (2)
295m128Low = XorShift(m128Low, 35); 297m128Low = XorShift(m128Low, 28);
System\IO\Hashing\XxHashShared.cs (4)
200return XorShift(hash, 28); 447hash = XorShift(hash, 37); 449hash = XorShift(hash, 32); 759ulong xorShift = XorShift(*accumulators, 47);