1 write to _rand
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
514_rand = rand;
1 reference to _rand
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
659int circularSwapIndex = (_rand.Next(Math.Min(_liveCount, _poolRows)) + _circularIndex) % _pipeIndices.Length;