[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- T
Overload List
Name | Description |
---|---|
Shuffle<(Of T>)(IList<(Of T>), Int32, Random) |
Shuffles the list. User supplies the randomizer. Performs
at least iteration swaps.
|
Shuffle<(Of T>)(IList<(Of T>)) |
Shuffles the list.
|
Shuffle<(Of T>)(IList<(Of T>), Random) |
Shuffles the list. User supplies the randomizer.
|