ee.List.shuffle

Randomly permute the specified list. Note that the permutation order will always be the same for any given seed, unless the value for seed is 'false'.

UsageReturns
List.shuffle(seed)List
ArgumentTypeDetails
this: listList
seedObject, default: nullA long integer to use as a seed for the randomization. If the boolean value of 'false' is passed, then a completely random and unreproducible order will be generated.