public class SentenceRandomizer extends FakerBasedRandomizer<java.lang.String>
Randomizer that generates random sentences.fakerrandom| Constructor and Description |
|---|
SentenceRandomizer()
Create a new
SentenceRandomizer. |
SentenceRandomizer(long seed)
Create a new
SentenceRandomizer. |
SentenceRandomizer(long seed,
java.util.Locale locale)
Create a new
SentenceRandomizer. |
| Modifier and Type | Method and Description |
|---|---|
static SentenceRandomizer |
aNewSentenceRandomizer()
Create a new
SentenceRandomizer. |
static SentenceRandomizer |
aNewSentenceRandomizer(long seed)
Create a new
SentenceRandomizer. |
static SentenceRandomizer |
aNewSentenceRandomizer(long seed,
java.util.Locale locale)
Create a new
SentenceRandomizer. |
java.lang.String |
getRandomValue() |
getPredefinedValuesOf, nextDouble, toStringpublic SentenceRandomizer()
SentenceRandomizer.public SentenceRandomizer(long seed)
SentenceRandomizer.seed - the initial seedpublic SentenceRandomizer(long seed,
java.util.Locale locale)
SentenceRandomizer.seed - the initial seedlocale - the locale to usepublic static SentenceRandomizer aNewSentenceRandomizer()
SentenceRandomizer.SentenceRandomizerpublic static SentenceRandomizer aNewSentenceRandomizer(long seed)
SentenceRandomizer.seed - the initial seedSentenceRandomizerpublic static SentenceRandomizer aNewSentenceRandomizer(long seed, java.util.Locale locale)
SentenceRandomizer.seed - the initial seedlocale - the locale to useSentenceRandomizerpublic java.lang.String getRandomValue()
Copyright © 2019. All Rights Reserved.