2 overrides of Next
Microsoft.ML.Transforms (2)
FourierDistributionSampler.cs (2)
184public override float Next(Random rand) 307public override float Next(Random rand)
1 reference to Next
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
188RndFourierVectors[i * rowSize + j] = _matrixGenerator.Next(_rand);