import { shuffle } from "https://deno.land/x/froebel@v0.18.0/list.ts";
Shuffles list
using the Fisher-Yates shuffle algorithm.
The original list
is not modified and the shuffled list is returned.
import { shuffle } from "https://deno.land/x/froebel@v0.18.0/list.ts";
Shuffles list
using the Fisher-Yates shuffle algorithm.
The original list
is not modified and the shuffled list is returned.