1 write to _rnd
Microsoft.ML.FastTree (1)
Training\Applications\ObjectiveFunction.cs (1)
50_rnd = new Random(randomNumberGeneratorSeed);
1 reference to _rnd
Microsoft.ML.FastTree (1)
Training\Applications\ObjectiveFunction.cs (1)
58int sampleIndex = _rnd.Next(GradSamplingRate);