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