runif_seed: Generates a sample of uniform random variables with a...

View source: R/runif_seed.R

runif_seedR Documentation

Generates a sample of uniform random variables with a specific seed

Description

runif_seed generates a vector of uniform(0,1) random variables with a specific seed. The seed is only used locally.

Usage

runif_seed(n, min = 0, max = 1, seed = NULL)

Arguments

n

the sample size

seed

the seed to use

Value

A vector with the generated random variables


LorenzRegression documentation built on June 27, 2025, 9:07 a.m.