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