3 references to NextUInt32
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.ImplBase.cs (2)
41ulong randomProduct = (ulong)maxValue * xoshiro.NextUInt32(); 50randomProduct = (ulong)maxValue * xoshiro.NextUInt32();
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
679uint randomValue = tl.random.NextUInt32();