export const pick = (list) => { return list[Math.floor(Math.random() * list.length)] }