UNPKG

@jrc03c/js-math-tools

Version:
9 lines (6 loc) 168 B
import { shuffle } from "../shuffle.mjs" function seriesShuffle(series) { const out = series.copy() return out.get(shuffle(out.index)) } export { seriesShuffle }