We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Python 3.11 removed the 2nd argument to shuffle.
Argh.
Rewrite any shuffles we have to seed the RNG so shuffle(x) gives the same result as shuffle(x, fn)
shuffle(x)
shuffle(x, fn)