Change Army Randomization *Rejected*

**Rejection Reason**
**Random Distribution Of Countries Is The Most Fair Way To Play**
Rather than simply selecting randomly when placing the initial 3 armies, that code should do something like this:
1. place 1 army randomly for each player
2. try to place 1 army next to the first army
3. Go back to step 1
Alternately, Step 3 could be try to place 1 army next to the second army
The end result is that you end up with random groups of two or three countries.
The currently purely random algorithm results in too many untenable placements for many players and they aren't able to leverage two or three adjacent countries.
**Random Distribution Of Countries Is The Most Fair Way To Play**
Rather than simply selecting randomly when placing the initial 3 armies, that code should do something like this:
1. place 1 army randomly for each player
2. try to place 1 army next to the first army
3. Go back to step 1
Alternately, Step 3 could be try to place 1 army next to the second army
The end result is that you end up with random groups of two or three countries.
The currently purely random algorithm results in too many untenable placements for many players and they aren't able to leverage two or three adjacent countries.