3 references to GetRandomNumber
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
71private static readonly string s_uniqSuffix = $"-{GetRandomNumber():x}."; 75private static long s_currentRootId = (uint)GetRandomNumber(); 1398string overflowSuffix = ((int)GetRandomNumber()).ToString("x8");