1 write to _random
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1384_random = new System.Random(System.Threading.Interlocked.Increment(ref _randSeed) - 1);
1 reference to _random
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1417index = _random.Next(_itemsSeen); // 0 to items_seen - 1.