set.seed(123)
# draw the winning numbers for this week
set.seed(123)
# draw the winning numbers for this week
sample(1:49, size = 6)
test_function("sample", args = c("x","size"))