I am playing a game where four players take turns playing a certain role, and I want to randomise the sequence in which this happens. So what I want is a random permutation of four values (four player names). I am just discovering the program and am taking suggestion on how to best do that :) Two "solutions" I have thought about so far: use a D4 and re-roll if the outcome has already happened; throw a bunch of D4s and take values in the order of their frequency.