RandomSubsetExtensionRandomSubset Method

Overload List

RandomSubsetT(IEnumerableT, Int32) Returns a sequence of a specified size of random elements from the original sequence.
RandomSubsetT(IEnumerableT, Int32, Random) Returns a sequence of a specified size of random elements from the original sequence. An additional parameter specifies a random generator to be used for the random selection algorithm.

See Also