import { pickRandomElement } from "https://deno.land/x/docker_names@v1.1.0/rand.ts";
Picks a random object from an array
Parameters
arr: Array<T>
The array from which the element will be picked
import { pickRandomElement } from "https://deno.land/x/docker_names@v1.1.0/rand.ts";
Picks a random object from an array
The array from which the element will be picked