|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--generator2.RandomGenerator
Class for providing the random generator.
| Field Summary | |
protected static java.util.Random |
r
The random generator for the data generation. |
protected static java.util.Random |
rep
The random generator for reporting. |
protected static java.util.Random |
viz
The random generator for visualization. |
| Constructor Summary | |
RandomGenerator()
|
|
| Method Summary | |
static java.util.Random |
get(java.util.Properties properties)
Returns the random generator for data generation. |
static java.util.Random |
getForReport(java.util.Properties properties)
Returns the random generator for reporting. |
static java.util.Random |
getForVisualization(java.util.Properties properties)
Returns the random generator for visualization and other (unimportant) purposes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static java.util.Random r
protected static java.util.Random rep
protected static java.util.Random viz
| Constructor Detail |
public RandomGenerator()
| Method Detail |
public static java.util.Random get(java.util.Properties properties)
properties - the properties of the generatorpublic static java.util.Random getForReport(java.util.Properties properties)
properties - the properties of the generatorpublic static java.util.Random getForVisualization(java.util.Properties properties)
properties - the properties of the generator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||