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