public class Scoring
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_GUESSES_BEFORE_GROWING_SEQUENCE |
static int |
REFERENCE_YEAR |
| Constructor and Description |
|---|
Scoring() |
| Modifier and Type | Method and Description |
|---|---|
static double |
log10(double n) |
static Strength |
mostGuessableMatchSequence(java.lang.String password,
java.util.List<Match> matches) |
static Strength |
mostGuessableMatchSequence(java.lang.String password,
java.util.List<Match> matches,
boolean excludeAdditive) |
public static final int REFERENCE_YEAR
public static final int MIN_GUESSES_BEFORE_GROWING_SEQUENCE