View Source Exfake (Exfake v0.1.0)

Documentation for Exfake.

Link to this section Summary

Functions

Generates first name.

Generates last name.

Generates first name + last name combination.

Generates phone number which formatted randomly.

Link to this section Functions

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

Generates first name.

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

Generates last name.

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

Generates first name + last name combination.

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

Generates phone number which formatted randomly.