Shuffling arrays question
|
03-01-2015, 12:42 AM
Post: #3
|
|||
|
|||
RE: Shuffling arrays question
You are looking for a permutation that appears "random". I'd try looking at permutation ciphers first.
There are methods to generate all permutations of a set, you might be able to pick one of these based on n e.g. let p = floor(n/3) and run the algorithm p times from the initial state. Check out algorithm L. - Pauli |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Shuffling arrays question - Namir - 02-28-2015, 10:42 PM
RE: Shuffling arrays question - Mark Hardman - 02-28-2015, 11:55 PM
RE: Shuffling arrays question - Paul Dale - 03-01-2015 12:42 AM
RE: Shuffling arrays question - Namir - 03-01-2015, 01:10 PM
RE: Shuffling arrays question - Namir - 03-01-2015, 06:48 PM
RE: Shuffling arrays question - BruceH - 03-07-2015, 05:56 AM
|
User(s) browsing this thread: 1 Guest(s)