Nothing
rMultinom <- function(size, prob) {
return (rowSums(stats::rmultinom(n = size %/% (2 ^ 31 - 1),
size = 2 ^ 31 - 1, prob = prob)) + as.vector(stats::rmultinom(n = 1,
size = size %% (2^31-1), prob = prob)))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.