Learn R Programming

LorenzRegression (version 2.2.0)

runif_seed: 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)

Value

A vector with the generated random variables

Arguments

n

the sample size

seed

the seed to use