1 write to t_random
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
383private static XoshiroImpl Create() => t_random = new();
1 reference to t_random
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
380private static XoshiroImpl LocalRandom => t_random ?? Create();