R/test_helper_functions.R
random_FLFisheries_generator.Rd
Generate a randomly sized FLFisheries object filled with normally distributed random numbers with a mean of 0. Used for automatic testing, particularly of the FLFisheries_base<T> class in CPP.
random_FLFisheries_generator(min_fisheries = 2, max_fisheries = 5, ...)
An FLFishery object
flf <- random_FLFisheries_generator(fixed_dims = c(NA,10,1,1,1,1))