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