import * as froebel from "https://deno.land/x/froebel@v0.21.3/shuffle.ts"; VariablesvdefaultShuffles list using the Fisher-Yates shuffle algorithm. The original list is not modified and the shuffled list is returned. vshuffleInPlaceSame as shuffle but shuffles list in place.