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