Add to random.shuffle, allowing shuffle of dict key/value pairs

See for example this thread about that idea.

It’s basically an alias for random.sample(input, k=len(input)) and it seems like the previous response was that an alias isn’t that useful for something that simple.