# Shuffle the sequence x in place.
# The optional argument random is a 0-argument function
# returning a random float in [0.0, 1.0);
# by default, this is the function random().
# (This argument is deprecated since 3.9 and to be removed in 3.11)
random.shuffle(x[, random])