scalation.simulation.monte_carlo.Cards
See theCards companion object
The Cards
class is used to represent a deck of playing cards.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Draw the top card from the deck and return it. Return -1 if no cards are left in the deck.
Draw the top card from the deck and return it. Return -1 if no cards are left in the deck.
Attributes
Shuffle the deck of cards.
Shuffle the deck of cards.
Attributes
Convert the card deck to a string.
Convert the card deck to a string.
Attributes
-
Definition Classes
-
Any