runifint: Create a Random Sample of Uniform Integers

View source: R/runifint.r

runifintR Documentation

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


bertcarnell/lhs documentation built on May 9, 2024, 1:04 p.m.