runif_sitmo: Random Uniform Number Generator with sitmo

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

The function provides an implementation of sampling from a random uniform distribution

Usage

1
runif_sitmo(n, min = 0, max = 1, seed = 1L)

Arguments

n

An unsigned integer denoting the number of realizations to generate.

min

A double indicating the minimum a value in the uniform's interval ≤ft[a,b\right]

max

A double indicating the maximum b value in the uniform's interval ≤ft[a,b\right]

seed

A special unsigned integer containing a single seed.

Value

A numeric vector containing the realizations.

Examples

1
a = runif_sitmo(10)

Example output



sitmo documentation built on Oct. 13, 2021, 9:07 a.m.