1 write to RndGenerator
Microsoft.ML.FastTree (1)
Training\BaggingProvider.cs (1)
23RndGenerator = new Random(randomSeed);
2 references to RndGenerator
Microsoft.ML.FastTree (2)
Training\BaggingProvider.cs (2)
41if (RndGenerator.NextDouble() < TrainFraction) 113if (RndGenerator.NextDouble() < TrainFraction)