Base:
2 references to NextDouble
Microsoft.ML.Core (1)
Utilities\Random.cs (1)
202return (int)((long)(NextDouble() * range) + minValue);
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
119d = rgen.NextDouble().ToFloat();