6 references to XorShift
System.IO.Hashing (6)
System\IO\Hashing\XxHash128.cs (2)
292m128Low = XorShift(m128Low, 35); 294m128Low = XorShift(m128Low, 28);
System\IO\Hashing\XxHashShared.cs (4)
199return XorShift(hash, 28); 446hash = XorShift(hash, 37); 448hash = XorShift(hash, 32); 745ulong xorShift = XorShift(*accumulators, 47);