Faker v0.12.0 Faker.Pokemon View Source

Function for generating Pokemon

Link to this section Summary

Functions

Returns a random Pokemon location

Returns a random Pokemon name

Link to this section Functions

Returns a random Pokemon location

Examples

iex> Faker.Pokemon.location()
"Vaniville Town"
iex> Faker.Pokemon.location()
"Slateport City"
iex> Faker.Pokemon.location()
"Shalour City"
iex> Faker.Pokemon.location()
"Solaceon Town"

Returns a random Pokemon name

Examples

iex> Faker.Pokemon.name()
"Poliwhirl"
iex> Faker.Pokemon.name()
"Exeggcute"
iex> Faker.Pokemon.name()
"Flareon"
iex> Faker.Pokemon.name()
"Marowak"