n_ind <- 10
n_draws <- 5
n_dim <- 3
draws <- make_draws(n_ind, n_draws, n_dim, seed = 10, "scrambled-sobol")
head(draws)
draws <- make_draws(n_ind, n_draws, n_dim, seed = 10, "scrambled-halton")
head(draws)
Run the code above in your browser using DataLab