Contact: aviboots(AT)netvision.net.il
41,230 questions
53,732 answers
573 users
for (let i = 0; i < 20; i++) console.log(Math.floor(Math.random() * 6) + 1); /* run: 1 6 2 5 3 2 4 3 3 3 6 6 3 4 1 4 1 2 3 2 */