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