RandomSubset Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodStatic memberRandomSubset<(Of <T>)>(IEnumerable<(Of <T>)>, Int32)
Picks a random subset of count items from collection, and places those items into a random order. No item is selected more than once.
Public methodStatic memberRandomSubset<(Of <T>)>(IEnumerable<(Of <T>)>, Int32, Random)
Picks a random subset of count items from collection, and places those items into a random order. No item is selected more than once.

See Also