Define a template for integer vectors with custom distribution and characteristics

template_integer(min_value = 1 - .Machine$integer.max,
  max_value = .Machine$integer.max, max_distict_values = NULL)

Arguments

min_value

minimum value in the vector

max_value

maximum value in the vector

max_distict_values

maximum number of disctict values in the vector

Value

integer vector