Faker v0.7.0 Faker.Lorem
Functions for generating Lorem Ipsum data
Summary
Functions
Returns a character list. It’s length is determined by the parameter provided
Returns a string with an amount of sentences equal to the parameter provided
Returns a string with an amount of paragraphs equal to the parameter provided
Returns a string with an amount of words equal to the parameter provided
Returns a string with an amount of words equal to the parameter provided, concatenating the specified mark
Returns a list of strings of length equal to the parameter provided
Returns a random word from @data
Returns a list of strings representing a word. The length of the list equals the parameter provided
Functions
Specs
characters(Range.t) :: [char]
characters(integer) :: [char]
Returns a character list. It’s length is determined by the parameter provided
Returns a string with an amount of sentences equal to the parameter provided
Returns a string with an amount of paragraphs equal to the parameter provided
Returns a string with an amount of words equal to the parameter provided
Specs
sentence(integer, binary) :: String.t
Returns a string with an amount of words equal to the parameter provided, concatenating the specified mark
Returns a list of strings of length equal to the parameter provided