|
iDevelopment.info | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--info.idevelopment.math.RandomNumbers
Used to document and create random numbers. This class also implements many of the conventions used in the "Java Coding and Documenting Conventions" guide within the DBA Documentation Library.
For more information on the different features of Javadoc, visit Javadoc Tool Home Page
| Constructor Summary | |
RandomNumbers()
|
|
| Method Summary | |
static double |
getRandomNumber()
Get a random number from the Java Math class. |
static void |
printRandomOverview()
Prints a brief overview of how random numbers are gnerated from the Java Math class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RandomNumbers()
| Method Detail |
public static void printRandomOverview()
public static double getRandomNumber()
|
iDevelopment.info | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||