Misc
Class Exponential

java.lang.Object
Misc.Probability
Misc.Exponential
- public class Exponential
- extends Probability
|
Field Summary |
private double |
lambda
|
|
Constructor Summary |
Exponential(double lambda)
Creates a new instance of Exponential |
|
Method Summary |
int |
rand()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lambda
private double lambda
Exponential
public Exponential(double lambda)
- Creates a new instance of Exponential
rand
public int rand()
- Specified by:
rand in class Probability