Hi,
Much progress since my last request thanks to you.
Now I'm facing a little issue.
I need to generate random permutations of a set of integers.
Let's say we have a set composed of {11,234,9,0,11}
I need to generate random permutations of these numbers.
the idea is to use that to place randomly some components on a chess.
I'll probably have to put that in a list....
Anyone having been through this ?
Thanks in advance.
Moon