Package examples.montecarlo.dicepackage
Class CrapsGameSampler
- java.lang.Object
-
- examples.montecarlo.dicepackage.CrapsGameSampler
-
- All Implemented Interfaces:
GetValueIfc
public class CrapsGameSampler extends java.lang.Object implements GetValueIfc
-
-
Constructor Summary
Constructors Constructor Description CrapsGameSampler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
This method simply returns the value.
-
-
-
Method Detail
-
getValue
public double getValue()
Description copied from interface:GetValueIfc
This method simply returns the value.- Specified by:
getValue
in interfaceGetValueIfc
- Returns:
- The value.
-
-