comics / src /lib /pick.ts
aigorithm's picture
commit
2254a72
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]