I've got a list (randomRotationVoidList) that needs to be filled with four different numbers (90, 180, 270, 360) in a random order, e. g. [270, 180, 180, 90, ...]. All I've found so far will generate a list with random numbers between a certain range. 
Thanks in advance!
 
    