shuffle
Since Kotlin
1.2Randomly shuffles elements in this list.
See: https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#The_modern_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.