1 write to _randomGen
Microsoft.ML.TimeSeries (1)
PValueTransform.cs (1)
136_randomGen = RandomUtils.Create(_parent._seed);
1 reference to _randomGen
Microsoft.ML.TimeSeries (1)
PValueTransform.cs (1)
129dst = (Single)((count + _randomGen.NextDouble() * equalCount) / (totalCount + 1));