I would add that it did not work for me with Java 11, I had to install Java 8. That might be useful info for others who try to get it running.
toutankh
3
Posts
1
Topics
2
Following
A member registered Jul 08, 2018
Recent community posts
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.