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)
129
dst = (Single)((count +
_randomGen
.NextDouble() * equalCount) / (totalCount + 1));