Generates a named list of L'Ecuyer-CMRG seeds.

batch_seeds(files = batch_files_remaining())

Arguments

files

A character vector of the names of the files.

Value

A named list of the L'Ecuyer-CMRG seed for each file name.

Examples

batch_seeds(c("a", "b"))
#> $a
#> [1]       10407   609643517   444628622  1761069961   627847968 -1968359413
#> [7]  -131705012
#> 
#> $b
#> [1]       10407   621346399  1750014560 -1109078643  1325155493   563870683
#> [7]   708445127
#>