class Plan
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.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 java.util.List<java.lang.Double> |
cumulativeProbabilitySums(long seed) |
static int |
fillTarget(int max_size,
double gaus) |
static long |
keyed(long seed,
java.lang.String s) |
static java.util.Map<java.lang.String,java.lang.Object> |
plan(long seed,
int max_size) |
static int |
runLength(long seed) |
static int |
waypointCount(long seed) |
static java.util.List<java.lang.Integer> |
waypoints(long seed,
int waypointCount,
int max_size) |
public static long keyed(long seed, java.lang.String s)
public static int waypointCount(long seed)
public static int runLength(long seed)
public static double around(double baseline, double gaus)
public static java.util.List<java.lang.Double> cumulativeProbabilitySums(long seed)
public static double clamp(double d, double min, double max)
public static int fillTarget(int max_size, double gaus)
public static java.util.List<java.lang.Integer> waypoints(long seed, int waypointCount, int max_size)
public static java.util.Map<java.lang.String,java.lang.Object> plan(long seed, int max_size)