Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TotalPopulation uint64 Gender struct { Male float64 Female float64 } Elderly struct { Child float64 Teen float64 Elder float64 } // Path of csv files FemaleNameFile string MaleNameFile string LastnameFile string // Path of the output file OutputFile *os.File }
Config struct holds the ratios of the different types of blocks.
Click to show internal directories.
Click to hide internal directories.