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