# Functions
NewDateBuilder is constructor of the DateBuilder.
NewHumanNameBuilder is constructor of HumanNameBuilder.
NewNumberBuilder is constructor of NumberBuilder.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
FloatNumberMode is float.
No description provided by the author
No description provided by the author
IntegerNumberMode is integer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Date is strategy to generate date related column.
DateBuilder is generate dates.
Human is to struct to generate personal data.
HumanNameBuilder is build personal data.
Number is strategy to generate number related column.
NumberBuilder is build number data.
No description provided by the author
No description provided by the author
# Interfaces
Config is interface which help to pass value and validate it.
# Type aliases
No description provided by the author
NumberMode is possible modes.
No description provided by the author