Creates the seeding for a tournament bracket randomly given the names of the participants.

tourney(...)

Arguments

...

Each participant name as a character string separated by commas.

Examples

tourney('Andrew', 'David', 'Keith', 'Paul', 'Jordan', 'Cristian', 'Matthew', 'Blair')
#> player #> 1 Jordan #> 2 Blair #> 3 Keith #> 4 Matthew #> 5 Cristian #> 6 Paul #> 7 Andrew #> 8 David