shuffle
Randomly shuffles elements in this array in-place.
Since Kotlin
1.4Randomly shuffles elements in this array in-place using the specified random instance as the source of randomness.
See: A modern version of Fisher-Yates shuffle algorithm.
Since Kotlin
1.4Randomly shuffles elements in this list in-place using the specified random instance as the source of randomness.
See: A modern version of Fisher-Yates shuffle algorithm.
Since Kotlin
1.3Randomly shuffles elements in this list in-place.
See: A modern version of Fisher-Yates shuffle algorithm.
Since Kotlin
1.2Randomly shuffles elements in this list in-place.
See: A modern version of Fisher-Yates shuffle algorithm.
Since Kotlin
1.2Randomly shuffles elements in this mutable list using the specified random instance as the source of randomness.
Since Kotlin
1.2Randomly shuffles elements in this mutable list.
Since Kotlin
1.2Randomly shuffles elements in this list in-place.
See: A modern version of Fisher-Yates shuffle algorithm.
Since Kotlin
1.3Randomly shuffles elements in this list in-place.
See: A modern version of Fisher-Yates shuffle algorithm.
Since Kotlin
1.8Randomly shuffles elements in this list in-place.
See: A modern version of Fisher-Yates shuffle algorithm.