out <- generateRandom(n = 2000,dist = "Normal", mean = 10, sd = 20)
out <- generateRandom(n = 2000,dist = "Binomial", size = 10, prob = 0.1)
out <- generateRandom(n = 2000,dist = "Poisson", lambda = 2)
out$summary()
summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.