| IEnumerableExtensionsShuffle Method |
| Name | Description | |
|---|---|---|
| ShuffleTResult(IEnumerableTResult) |
Produces a sequence containing the current elements randomly shuffled.
| |
| ShuffleTResult(IEnumerableTResult, Int32) |
Produces a sequence containing the current elements randomly shuffled, using the specified seed to calculate a starting value for the pseudo-random number sequence.
|