I have these 7 numbers: 1,3,3,3,4,5,9. I would need a generator that mixes up these numbers between them generating all possible combinations but not repeating the same combination so every combinations is unique.

Ex: 1333459, 3334591, 3345913, 3459133, 4591333, 4315933 an so on...

Thanks you for your time.