Example #1
0
 SCards shuffleDeck(int player)
 {
     return(_cards.shuffle(_random, SFilter.hostBy(player), SFilter.located(SPlace.deck)));
 }