MoreEnumerableRandom(Random) Method
Returns an infinite sequence of random integers using the supplied
random number generator.
Namespace: MoreLinqAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
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