rng_stream_runif: Uniform random samples from 'rstream' objects

View source: R/utils-rngstream.R

rng_stream_runifR 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

(rstream) an rstream object or NULL

Value

a vector of uniform variates of size size

Examples

rng_stream_runif(10)

nhppp documentation built on Oct. 30, 2024, 9:28 a.m.