Description Usage Arguments Value Examples
These function returns an iterators that return random numbers
of various distributions.
Each one is a wrapper around a standard R
function.
1 2 3 4 5 |
count |
number of times that the iterator will fire. If not specified, it will fire values forever. |
... |
arguments to pass to the underlying |
An iterator that is a wrapper around the corresponding random number generator function.
1 2 3 4 5 6 |
[1] -0.1967255
[1] -0.617363
[1] 0.6060597
Error : StopIteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.