#!/usr/local/bin/python2 l = range(30) for i in xrange(10000): r = tuple(sorted((e for e in l), key=l.index)) print r