2 references to Xoshiro128StarStar
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (2)
349
if ((
Xoshiro128StarStar
(state) & 1) != 0) // Randomly choose which bucket to attempt to fill first
414
uint entryIndexInBucket =
Xoshiro128StarStar
(state) & 0x7;