|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.utils.ChipSpreader
public class ChipSpreader
ChipSpreader distributes chips on a 2-dimentional normal distribution and generates the appropriate amount of such chips.
Constructor Summary | |
---|---|
ChipSpreader()
|
Method Summary | |
---|---|
static Distribution |
distribute(double money)
Distributes an amount of $$ to some number of chips on the table before the player. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChipSpreader()
Method Detail |
---|
public static Distribution distribute(double money)
money
- Amount of money to be distributed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |