News

You can use Python to build a list randomizer ... you can call random.shuffle(x) to have the random shuffle function reorder the list in a randomized way. Note that the shuffle function replaces ...