Learn R Programming

lhs (version 0.16)

lhs-internal: Internal lhs Functions

Description

Internal functions for package lhs

Usage

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

Arguments

n

The number of samples

min_int

The lower bound of the distribution (inclusive)

max_int

The upper bound of the distribution (inclusive)

Details

These are not to be called by the user but are used internally in the lhs package.