View Source Exfake (Exfake v0.1.1)

Documentation for Exfake.

Link to this section Summary

Functions

Generates first name.

Generates last name.

Generates random lorem paragraph with specified sentence count. Sentence count must be greater than 0. Default sentence count is 3.

Generates first name + last name combination.

Generates phone number which formatted randomly.

Generates random lorem sentence with specified words count. Words count must be greater than 2. Default words count is 5.

Generates random latin word.

Link to this section Functions

@spec first_name() :: String.t()

Generates first name.

@spec last_name() :: String.t()

Generates last name.

@spec paragraph(pos_integer()) :: String.t()

Generates random lorem paragraph with specified sentence count. Sentence count must be greater than 0. Default sentence count is 3.

@spec person() :: String.t()

Generates first name + last name combination.

@spec phone_number() :: String.t()

Generates phone number which formatted randomly.

@spec sentence(pos_integer()) :: String.t()

Generates random lorem sentence with specified words count. Words count must be greater than 2. Default words count is 5.

@spec word() :: String.t()

Generates random latin word.