System.Numerics.Tests.ComplexTests.SmallRandomPositiveDouble C# (CSharp) Method

SmallRandomPositiveDouble() private static method

private static SmallRandomPositiveDouble ( ) : double
return double
        private static double SmallRandomPositiveDouble()
        {
            return RandomPositiveValue(1);
        }
ComplexTests