![]() | EnumerableExtensionMethodsRandomSelect Method |
Name | Description | |
---|---|---|
![]() ![]() | RandomSelectT(IEnumerableT) |
Selects a random item from the specified enumerable.
|
![]() ![]() | RandomSelectT(IEnumerableT, Int32) |
Selects the specified number of random items from the specified enumerable.
If the number of items in the enumerable is smaller than the specified number of selections,
the enumerable itself is returned.
|
![]() ![]() | RandomSelectT(IEnumerableT, Int32, ActionT) |
Executes the specified action for the specified number of random items from the specified enumerable.
|