Faker v0.12.0 Faker.Team.En View Source

Functions for generating team related data in English

Link to this section Summary

Functions

Returns a random creature name

Returns a string of the form [state] [creature]

Link to this section Functions

Returns a random creature name

Examples

iex> Faker.Team.En.creature()
"prophets"
iex> Faker.Team.En.creature()
"cats"
iex> Faker.Team.En.creature()
"enchanters"
iex> Faker.Team.En.creature()
"banshees"

Returns a string of the form [state] [creature]

Examples

iex> Faker.Team.En.name()
"Hawaii cats"
iex> Faker.Team.En.name()
"Oklahoma banshees"
iex> Faker.Team.En.name()
"Texas elves"
iex> Faker.Team.En.name()
"Iowa fishes"