Dice numbers

You are casting your dice 20 times.
Let’s have an average value after casting dice three times
First, you need to use a random number (0-1) VI to make a random dice number from 1 to 6.
then use, shift register to program
Display your dice numbers as an array and also show your three averaged numbers as an array as well.