Formula to randomise 3 values across 21 cells.

I have 3 values (1,2,3) 21 cells to fill. I want these values to be spread randomly in the 21 cells but so they all have an equal amount of repeats.

So in this case, each value is repeated 7 times each but randomly generated order across the 21 cells.

For example its should be

1,3,2,1,2,3,3,1 randomised for the 21 cells.