RandomizeList()

Syntaxe

RandomizeList(LinkedList() [, Start, End])
Description
Reorders the elements of the given list in a random order.

Arguments

LinkedList() Specifies the list to randomize.
Start, End (optional) Specifies 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.

Valeur de retour

This function has no return value.

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().

See Also

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

OS Supportés

Tous

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