Skip to contents

Create random distribution based on configuration file

Usage

generate_random_values(
  config,
  number_of_repeatings = 1,
  number_of_events,
  debug = TRUE
)

Arguments

config

as retrieved by config_read()

number_of_repeatings

how often should the random distribution with the same parameters be generated (default: 1)

number_of_events

number of events

debug

print debug information (default: TRUE)

Value

list random distributions based on configuration file