MtxExprInt.RandomShuffle Method

function RandomShuffle(const Src: TVecInt): VectorInt;

Randomly shuffles the content of the vector.

#NameTypeDescription
1SrcTVecInt

Returns: VectorInt

Remarks:

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