Skip to main content
Module

x/15puzzle/utils.ts>chooseRandom

Deno version of the "15-puzzle" package on npm.
Latest
variable chooseRandom
import { chooseRandom } from "https://deno.land/x/15puzzle@v1.1.7/utils.ts";

type

<T>(array: T[], randomizer?) => T