genLetter <-
function(n){
ncores<-detectCores()-1
cl<- makeCluster(ncores)
registerDoParallel(cl)
foreach(x=1:n,combine=c)%dopar% sample(letters,size=1,replace = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.