fun permutation(x: Int): KtNDArray<Long>
(source)
Randomly permute a sequence, or return a permuted range.
fun permutation(x: Long): KtNDArray<Long>
(source)fun permutation(x: IntArray): KtNDArray<Long>
(source)fun <T : Number> permutation(x: KtNDArray<T>): KtNDArray<T>
(source)