class Script extends Object
| Constructor and Description |
|---|
Script() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addScriptRun(long seed,
int fill_target,
List<List<Object>> script,
Map<String,Object> plan) |
static int |
nextElement(double gaus) |
static int |
positionInSort(List<Double> sorted,
double d) |
static List<List<Object>> |
script(Map<String,Object> plan) |