Is there any alorithm, which provides a chaotic permutation of a given list in a reasonable time? Im using Python, but I am concerned, that the given shuffle function will not provide a good solution, due a length of 1.1 Millions elements in the given list.
I did some googling and did not find any usefull results, would be really surprised if there is anything like this, but I would really appreciate an answer