Search:

Type: Posts; User: BackInTheSaddle

Search: Search took 0.07 seconds.

  1. Re: Is there a card-shuffling Java class available?

    Just FYI - I'm a retired developer with decades of programming experience, including 15 years of programming in Java.

    My program has come a long way, although it's still not quite done, and - as...
  2. Re: Is there a card-shuffling Java class available?

    *Long_Sigh*

    As I approach my 70th birthday, I find myself doing things like this with increasing frequency. Not that they didn't occur when i was younger, but now it
    seems to happen more and more...
  3. Re: Is there a card-shuffling Java class available?

    Here it is, quick and dirty, unpolished and unsophisticated - but it does produce an ArrayList with duplicate entries!

    Here's a Fun Fact: When I used a single 'deck' the shuffled ArrayList...
  4. Re: Is there a card-shuffling Java class available?

    I looked everywhere I could think of here on the Forum site, but couldn't find the definition of a code tag. (Sorry!)
    Can you give me an example of the valid format?
  5. Re: Is there a card-shuffling Java class available?

    Thank you very much! I'm a bit rusty (OK, more than a bit) and doing something this straightforward never occurred to me.

    I used the Collections.shuffle method in my card-playing program. To my...
  6. Is there a card-shuffling Java class available?

    I'm working on a program to play through a particular variety of solitaire to determine whether or not a given shuffle of the cards can result in winning the game.

    Obviously, the first step is to...
Results 1 to 6 of 6