SUMMARY AFTER 10 TIMES
 10 ['A', 'B', 'C']

INPUT SUMMARY AND SINGLE RUN TRACE
	7 ballots
	Choosing 3 winners
	Need ceil((7 + 1)/(3 + 1)) = 2 ballots to win

	BALLOT MARKS	1ST	2ND	NONE
	A                 5	  0	   2
	B                 1	  0	   6
	C                 1	  0	   6

CURRENT ASSIGNMENT OF BALLOTS (2 needed to win)
	A:
		['A']
		['A']
		['A']
		['A']
		['A']
	C:
		['C']
	B:
		['B']

SELECTION #1: A
	redistributing 0 effective of 3 excess ballot(s) at random from A

CURRENT ASSIGNMENT OF BALLOTS (2 needed to win)
	A:
		['A']
		['A']
		['A']
		['A']
		['A']
	C:
		['C']
	B:
		['B']
	remaining winner(s) have fewer than quota (2) ballots

SELECTION #2: B
	no excess ballots to redistribute

CURRENT ASSIGNMENT OF BALLOTS (2 needed to win)
	A:
		['A']
		['A']
		['A']
		['A']
		['A']
	C:
		['C']
	B:
		['B']
	remaining winner(s) have fewer than quota (2) ballots

SELECTION #3: C
	no excess ballots to redistribute

CURRENT ASSIGNMENT OF BALLOTS (2 needed to win)
	A:
		['A']
		['A']
		['A']
		['A']
		['A']
	C:
		['C']
	B:
		['B']

Number of random choices made: 0

FINAL RESULTS
	A
	B
	C
