MoreEnumerableRandom(Random) Method
Returns an infinite sequence of random integers using the supplied
random number generator.
Namespace: MoreLinqAssembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
public static IEnumerable<int> Random(
Random rand
)
Public Shared Function Random (
rand As Random
) As IEnumerable(Of Integer)
public:
static IEnumerable<int>^ Random(
Random^ rand
)
static member Random :
rand : Random -> IEnumerable<int>
- rand Random
- Random generator used to produce random numbers
IEnumerableInt32An infinite sequence of random integers