Generators
media
Book, film and song titles, authors, genres, instruments.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.media.bookTitle()| Method | Example output |
|---|---|
bookTitle() |
The House of MirthDead SoulsThe Mill on the Floss |
bookAuthor() |
Victor HugoFranz KafkaLaurence Sterne |
bookGenre() |
ThrillerPopular ScienceDetective Fiction |
filmGenre() |
Road MovieNeo-NoirComing-of-Age |
musicGenre() |
SalsaSambaSoca |
instrument() |
OudConcertinaAccordion |
filmTitle() |
Tokyo StoryFitzcarraldoTaxi Driver |
songTitle() |
GreensleevesCanon in DHey Jude |
artMovement() |
MannerismSuprematismEarly Renaissance |
book() |
(title: "Mansfield Park", author: "Henry James", genre: "Horror")(title: "The Scarlet Letter", author: "Johann Wolfgang von Goethe", genre: "Western")(title: "Twenty Thousand Leagues Under the Sea", author: "Franz Kafka", genre: "Philosophy |
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.