runif_seed {LorenzRegression}R 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


[Package LorenzRegression version 2.0.0 Index]