Generate an FLBiolcpp of random size and filled with normally distributed random numbers with a mean of 0. Used for automatic testing, particularly of the fwdBiol class in CPP.

random_FLBiolcpp_generator(sd = 100, ...)

Arguments

sd

The standard deviation of the random numbers. Passed to rnorm() Default is 100.

...

Other arguments to pass to random_FLQuant_generator().

Value

An FLBiolcpp

Examples

flb <- random_FLBiolcpp_generator()
summary(flb)
#> An object of class "FLBiolcpp"
#> 
#> Name: 481 
#> Description: 358 
#> Srmodel :  ricker 
#> Quant: age 
#> Dims:  age 	year	unit	season	area	iter
#> 	4	8	5	3	3	2	
#> 
#> Range:  min	max	pgroup	minyear	maxyear 
#> 	1	4	4	1	8	
#>