Nothing
rwiener <- function(end=1, frequency=1000) {
z<-cumsum(rnorm(end*frequency)/sqrt(frequency))
ts(z, start=1/frequency, frequency=frequency)
}
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.