RandomizeExtension<T> extension

on

Methods

randomize([Random? random]) Iterable<T>
Returns a sequence of elements in random order from the original sequence. The optional parameter random specifies a random generator to be used for the random selection algorithm.