import { shuffle } from '@daffodil/core'
Immutable Fisher-Yates Shuffle https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
const shuffle: __function