Click or drag to resize
MoreEnumerableRandomDouble Method
Returns an infinite sequence of random double values between 0.0 and 1.0

Namespace:  MoreLinq
Assembly:  MoreLinq (in MoreLinq.dll) Version: 2.2.0
Syntax
public static IEnumerable<double> RandomDouble()

Return Value

Type: IEnumerableDouble
An infinite sequence of random doubles
See Also