| AlgorithmsRandomSubset Method |
| Name | Description | |
|---|---|---|
| RandomSubsetT(IEnumerableT, 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.
| |
| RandomSubsetT(IEnumerableT, 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.
|