3 references to NextSingle
Microsoft.ML.Core (1)
Utilities\Random.cs (1)
19return tauswortheHybrd.NextSingle();
Microsoft.ML.Data (1)
Transforms\GenerateNumberTransform.cs (1)
465value = rng.NextSingle();
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
195RotationTerms[i] = (_rand.NextSingle() - (float)0.5) * (float)Math.PI;