rafanoronha / scala-poker

Having fun while coding a brand new open source scala poker library
MIT License
21 stars 12 forks source link

Choosing the dealer for the first hand #50

Open Naktibalda opened 10 years ago

Naktibalda commented 10 years ago

The dealer for the first hand should be chosen randomly.

I haven't found a good description, but a common method is this: Every player is dealt a card and the player with the highest-valued card starts as the dealer.

jonzau commented 7 years ago

Why not just use a random number?