public class TextGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
generateDictionary(int length,
int context,
String seed,
int lookahead,
boolean destructive)
Generate dictionary string.
|
String |
generateDictionary(int length,
int context,
String seed,
int lookahead,
boolean destructive,
boolean terminateAtNull)
Generate dictionary string.
|
String |
generateMarkov(int length,
int context,
String seed)
Generate markov string.
|
public String generateMarkov(int length, int context, String seed)
length - the lengthcontext - the contextseed - the seedpublic String generateDictionary(int length, int context, String seed, int lookahead, boolean destructive)
length - the lengthcontext - the contextseed - the seedlookahead - the lookaheaddestructive - the destructivepublic String generateDictionary(int length, int context, String seed, int lookahead, boolean destructive, boolean terminateAtNull)
length - the lengthcontext - the contextseed - the seedlookahead - the lookaheaddestructive - the destructiveterminateAtNull - the terminate at nullCopyright © 2019 SimiaCryptus Software. All rights reserved.