Array.from({length: 45}, (_, i) => i+1).sort( _ => Math.random() > .5 ? 1 : -1).slice(0, 6)