rng_stream_runif {nhppp} | R Documentation |
Uniform random samples from rstream
objects
Description
Sample from rstream
objects
Usage
rng_stream_runif(size = 1, minimum = 0, maximum = 1, rng_stream = NULL)
Arguments
size |
Integer, number of samples |
minimum |
Lower bound |
maximum |
Upper bound |
rng_stream |
( |
Value
a vector of uniform variates of size size
Examples
rng_stream_runif(10)
[Package nhppp version 0.1.4 Index]