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)
1417
index =
_random
.Next(_itemsSeen); // 0 to items_seen - 1.