UNPKG

@extra-array/permutation-update

Version:

Picks an arbitrary permutation.

13 lines (8 loc) 208 B
const array = require("extra-array"); var x = [1, 2, 3, 4, 5]; array.permutation$(x, 5); x; var x = [1, 2, 3, 4, 5]; array.permutation$(x, 5, 0.3); var x = [1, 2, 3, 4, 5]; array.permutation$(x, 3, 0.3);