MoreEnumerableRandomDouble(Random) Method
            Returns an infinite sequence of random double values between 0.0 and 1.0
            using the supplied random number generator.
            
Namespace: MoreLinqAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static IEnumerable<double> RandomDouble(
	Random rand
)
Public Shared Function RandomDouble ( 
	rand As Random
) As IEnumerable(Of Double)
public:
static IEnumerable<double>^ RandomDouble(
	Random^ rand
)
static member RandomDouble : 
        rand : Random -> IEnumerable<float> 
- rand  Random
- Generator used to produce random numbers
IEnumerableDoubleAn infinite sequence of random doubles