1 write to _rnd
Microsoft.ML.Core (1)
Utilities\ReservoirSampler.cs (1)
76_rnd = rnd;
2 references to _rnd
Microsoft.ML.Core (2)
Utilities\ReservoirSampler.cs (2)
91else if (_rnd.NextDouble() * _numSampled < _cache.Length) 94int ind = _rnd.Next(_cache.Length);