RandomizeList()

语法

RandomizeList(List() [, Start, End])
概要
Reorders the elements of the given list in a random order.

参数

List() The list to randomize.
Start, End (optional) The index of the first and last element in the list that should be randomized. If these parameters are not specified, then the whole list is randomized.

返回值

无.

Remarks

This function uses the pseudorandom number generator of the Random() function to determine the new order of the list elements. It is therefore dependent on the current RandomSeed().

参阅

SortList(), SortStructuredList(), RandomizeArray(), Random(), RandomSeed()

已支持操作系统

所有

<- RandomizeArray() - Sort Index - SortArray() ->