C# Class holdem_engine.CachedHand

Datei anzeigen Open project: tansey/holdem_engine Class Usage Examples

Public Methods

Method Description
CachedHand ( ) : System
CachedHand ( int numPlayers, Random random ) : System

Private Methods

Method Description
cacheCards ( int numPlayers, Random random ) : void

Method Details

CachedHand() public method

public CachedHand ( ) : System
return System

CachedHand() public method

public CachedHand ( int numPlayers, Random random ) : System
numPlayers int
random System.Random
return System