Last data update: 2014.03.03

R: Internal lhs Functions
lhs-internalR Documentation

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.

Results