Current section
Files
Jump to
Current section
Files
include/lorem_ipsum@options_Options.hrl
-record(options, {
count :: integer(),
units :: lorem_ipsum@options:units(),
format :: lorem_ipsum@options:format(),
paragraph_lower_bound :: integer(),
paragraph_upper_bound :: integer(),
sentence_lower_bound :: integer(),
sentence_upper_bound :: integer(),
suffix :: binary(),
words :: list(binary())
}).