library(parallel)
library(devtools)
devtools::load_all()
RNGkind("L'Ecuyer-CMRG")
s_seed <- 999983 + 4000
s_k <- 1000
s_n <- 500
s_m <- 4
v_seed <- c(s_seed, s_seed + s_k)
steface_5004_3 <- mclapply(v_seed, seed_loop <- function(seed) {
stephanie_type1(seed, s_k / 2, s_n, s_m, L = 1000, i_face = T)
}, mc.cores = 2)
save(steface_5004_3, file = "steface_5004_3.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.