6 references to Random
Microsoft.ML.AutoML (4)
ColumnInference\TextFileSample.cs (1)
142.Select(x => AutoMlUtils.Random.Value.NextDouble() * fileSizeRemaining)
Sweepers\Random.cs (1)
26return new ParameterSet(SweepParameters.Select(sweepParameter => sweepParameter.CreateFromNormalized(AutoMlUtils.Random.Value.NextDouble())));
Sweepers\SweeperProbabilityUtils.cs (2)
39u1 = AutoMlUtils.Random.Value.NextDouble(); 40u2 = AutoMlUtils.Random.Value.NextDouble();
Microsoft.ML.AutoML.Tests (2)
GetNextPipelineTests.cs (1)
68var result = new PipelineScore(pipeline, AutoMlUtils.Random.Value.NextDouble(), true);
TextFileSampleTests.cs (1)
33AutoMlUtils.Random.Value.NextBytes(row);