Click or drag to resize

MoreEnumerableRandom Method (Random)

Returns an infinite sequence of random integers using the supplied random number generator.

Namespace:  MoreLinq
Assembly:  MoreLinq (in MoreLinq.dll) Version: 2.5.0
Syntax
public static IEnumerable<int> Random(
	Random rand
)

Parameters

rand
Type: SystemRandom
Random generator used to produce random numbers

Return Value

Type: IEnumerableInt32
An infinite sequence of random integers
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if rand is .
See Also