5 references to XorShift
Microsoft.CodeAnalysis.CodeStyle (5)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (2)
299m128Low = XorShift(m128Low, 35); 301m128Low = XorShift(m128Low, 28);
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (3)
455hash = XorShift(hash, 37); 457hash = XorShift(hash, 32); 754ulong xorShift = XorShift(*accumulators, 47);