Under certain conditions, the population will be filled with NA values instead of truncated.
I think it should just drop the remainder of the population that it can't generate a sampling of;
so if pipSize is set to 100, and runif(object@popSize, min[j], max[j]) can only produce a sampling of 50, it should drop the remaining 50 with a warning.
Under certain conditions, the population will be filled with NA values instead of truncated.
I think it should just drop the remainder of the population that it can't generate a sampling of; so if pipSize is set to 100, and
runif(object@popSize, min[j], max[j])
can only produce a sampling of 50, it should drop the remaining 50 with a warning.