org.pokersource.eval
Class AsianStudEval
java.lang.Object
org.pokersource.eval.AsianStudEval
public class AsianStudEval
extends java.lang.Object
static long | EvalHigh(int[] ranks, int[] suits) - Evaluate an asian stud deck poker hand for high.
|
static void | main(String[] args) - A simple demonstration of AsianStudEval methods.
|
EvalHigh
public static long EvalHigh(int[] ranks,
int[] suits)
Evaluate an asian stud deck poker hand for high.
ranks
- ranks[i] is rank of ith cardsuits
- suits[i] is suit of ith card
- integer code denoting hand value (higher beats lower)
main
public static void main(String[] args)
A simple demonstration of AsianStudEval methods.
PokerSource Home Page - Learn how you can contribute!