export default function sample(arr: ReadonlyArray): T { return arr[Math.floor(Math.random() * arr.length)]; }