2 writes to _rand
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
116_rand = seed.HasValue ? RandomUtils.Create(seed) : RandomUtils.Create(host.Rand); 150_rand = new TauswortheHybrid(_state);
3 references to _rand
Microsoft.ML.Transforms (3)
RandomFourierFeaturizing.cs (3)
117_state = _rand.GetState(); 188RndFourierVectors[i * rowSize + j] = _matrixGenerator.Next(_rand); 195RotationTerms[i] = (_rand.NextSingle() - (float)0.5) * (float)Math.PI;