View source: R/utils-rngstream.R
rng_stream_runif | R Documentation |
rstream
objectsSample from rstream
objects
rng_stream_runif(size = 1, minimum = 0, maximum = 1, rng_stream = NULL)
size |
Integer, number of samples |
minimum |
Lower bound |
maximum |
Upper bound |
rng_stream |
( |
a vector of uniform variates of size size
rng_stream_runif(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.