Learn R Programming

batchr (version 0.0.2)

batch_seeds: L'Ecuyer-CMRG Seeds

Description

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

Usage

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

Run this code
# NOT RUN {
batch_seeds(c("a", "b"))
# }

Run the code above in your browser using DataLab