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