When you use shuffle(x, random), you have two parameters: the list and the function. By default, the function is random(), which returns a random v
shuffle(x, random)
random()