Wrapper that allows generating a special type vectors
special_vector(size, type, configuration)
integer, vector length
type of vector, one of: "id", "distribution"
list of arguments required by vector function
special_vector(10, "id", list(start = 3))
#> [1] 3 4 5 6 7 8 9 10 11 12