class Plan extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
actionsByPosition |
| Constructor and Description |
|---|
Plan() |
| Modifier and Type | Method and Description |
|---|---|
static double |
around(double baseline,
double gaus) |
static double |
clamp(double d,
double min,
double max) |
static List<Double> |
cumulativeProbabilitySums(long seed) |
static int |
fillTarget(int max_size,
double gaus) |
static long |
keyed(long seed,
String s) |
static Map<String,Object> |
plan(long seed,
int max_size) |
static int |
runLength(long seed) |
static int |
waypointCount(long seed) |
static List<Integer> |
waypoints(long seed,
int waypointCount,
int max_size) |
public static long keyed(long seed,
String s)
public static int waypointCount(long seed)
public static int runLength(long seed)
public static double around(double baseline,
double gaus)
public static double clamp(double d,
double min,
double max)
public static int fillTarget(int max_size,
double gaus)