MtxExprInt.RandomShuffle Method

VectorInt RandomShuffle(TVecInt Src)

Randomly shuffles the content of the vector.

#NameTypeDescription
1SrcTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Scrambles the contents of the vector randomly by using the Fisher-Yates shuffle.