|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectdraw.RandomDoubleGenerator
Generates a random double between two values.
Constructor Summary | |
RandomDoubleGenerator(double min,
double max)
Constructs a new Randomdouble. |
Method Summary | |
static void |
main()
|
double |
nextValue()
Retrieves the double value of the Randomdouble. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RandomDoubleGenerator(double min, double max)
min
- the minimum value (inclusive)max
- the maximum value (exclusive)Method Detail |
public double nextValue()
public static void main()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |