Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

runifint

Create a Random Sample of Uniform Integers


Description

Create a Random Sample of Uniform Integers

Usage

runifint(n = 1, min_int = 0, max_int = 1)

Arguments

n

The number of samples

min_int

the minimum integer x >= min_int

max_int

the maximum integer x <= max_int

Value

the sample sample of size n


lhs

Latin Hypercube Samples

v1.1.1
GPL-3
Authors
Rob Carnell [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.