RandomShuffleInPlace Method
From Wintellect PowerCollections
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
| Name | Description | |
|---|---|---|
| RandomShuffleInPlace<(Of <T>)>(IList<(Of <T>)>) |
Randomly shuffles the items in a list or array, in place.
| |
| RandomShuffleInPlace<(Of <T>)>(IList<(Of <T>)>, Random) |
Randomly shuffles the items in a list or array, in place.
|