5 references to XorShift
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
Utilities\Hashing\XxHash128.cs (2)
297m128Low = XorShift(m128Low, 35); 299m128Low = XorShift(m128Low, 28);
Utilities\Hashing\XxHashShared.cs (3)
454hash = XorShift(hash, 37); 456hash = XorShift(hash, 32); 753ulong xorShift = XorShift(*accumulators, 47);