4/ I've also noticed that you often use seed() with no arguments - I'm not sure how common it is, but more often than not i find it useful to enable seeding from command line parameters that is called once from main, so that the results are more reproducible. Maybe you have reasons for this!
4/ I've also noticed that you often use seed() with no arguments - I'm not sure how common it is, but more often than not i find it useful to enable seeding from command line parameters that is called once from main, so that the results are more reproducible. Maybe you have reasons for this!