|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Distribution
Normal distribution and uniform distribution distribution functions.
Nested Class Summary | |
---|---|
static class |
Distribution.AbstractDistribution
|
Field Summary | |
---|---|
static Distribution |
INVERTED_NORMAL
An inverted bell curve. |
static Distribution |
NEGATIV_NORMAL
Left side of the bell curve. |
static Distribution |
POSITIV_NORMAL
Right side of the bell curve. |
static Distribution |
UNIFORM
A uniform distribution function. |
Method Summary | |
---|---|
double |
nextRandomNumber()
Generate the next random number for this distribution function. |
Field Detail |
---|
static final Distribution POSITIV_NORMAL
static final Distribution NEGATIV_NORMAL
static final Distribution INVERTED_NORMAL
static final Distribution UNIFORM
Method Detail |
---|
double nextRandomNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |