RandomShuffleInPlace Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodStatic memberRandomShuffleInPlace<(Of <T>)>(IList<(Of <T>)>)
Randomly shuffles the items in a list or array, in place.
Public methodStatic memberRandomShuffleInPlace<(Of <T>)>(IList<(Of <T>)>, Random)
Randomly shuffles the items in a list or array, in place.

See Also