const rad = (deg) => deg * Math.PI / 180; const rand = (items) => items[Math.floor(Math.random() * items.length)];