powered by
mproc
mp(..., start = numeric(0), end = numeric(0))
mp(runif(10)) mp(runif(10), runif(10), start=0, end=1) mp(list(runif(10), runif(10)), start=0, end=1)
Run the code above in your browser using DataLab