powered by
The function gen_sobol generates a vector of scrambled sobol sequence
gen_sobol
gen_sobol(min = 0, max = 1, n, seed = 1)
The minimum value of random numbers
The maxinum value of random numbers
The number of random numbers to gernate
The seed value of random number generation
A vector of sobol sequence bounded by the min and max
# NOT RUN { gen_sobol(0, 1, 10, 2020) # }
Run the code above in your browser using DataLab