Generators
word
Single words by part of speech, from wordnets.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.word.adjective()| Method | Example output |
|---|---|
adjective() |
outsidemellowgrandiloquent |
adverb() |
carelesslysignificantlyhardly |
conjunction() |
becauseneitherthan |
interjection() |
hmmwhoaaha |
noun() |
goldbrickblowholecarambola |
preposition() |
underneathupthrough |
verb() |
opposeacquitborder |
words(_ count: Int = 3) |
radiator whoreson setteemercury conventicle sandpitweir chigger introduction |
Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.