CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DivZero

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    7,918

    Re: pattern destroying shuffle?

    yeah, music is a different - but I thought potentially related - matter.. see earlier posts :)

    I'll dig into Kolmogorov/algorithimic Complexity
  2. Replies
    8
    Views
    7,918

    Re: pattern destroying shuffle?

    Right, which is why I started to ponder the nature of what makes the 'scrambled' pattern. I'm guessing if I can answer that, then answering the question of how I might go about generating it would...
  3. Replies
    8
    Views
    7,918

    Re: pattern destroying shuffle?

    We could, but it does go a bit beyond simple pairs..
    e.g. input:
    0123456789

    skip-three:
    0369258147

    Then no pairs from the original are in the shuffled result... but it's still a clear...
  4. Replies
    8
    Views
    7,918

    Re: pattern destroying shuffle?

    Good points.

    Yes, of course 0123456789 has the same probability as 4795064182; this would be not much different from a regular random shuffling.. sooner or later there will come a shuffle that...
  5. Replies
    8
    Views
    7,918

    pattern destroying shuffle?

    I've searched high and low but thanks to the cardgames rage, Google is being pretty useless on this subject (while wikipedia and wolfram only cover pure random shuffling) so here goes.

    I'm looking...
  6. Replies
    38
    Views
    69,007

    Re: Color Detection Algorithm

    I know this is an old thread and the topic seems to have shifted a little from the original question... but as I'm about to ask a question myself, I thought I'd just to go back to the original...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured