hunif: Generate uniformly distributed numbers using a Halton...

Description Usage Arguments

Description

Generate uniformly distributed numbers using a Halton sequence

Usage

1
hunif(H, min = 0, max = 1, prime = 3L, burn = 30L)

Arguments

H

the length of the halton sequnce

min

the lower bound of the distribution

max

the upper bound of the distribution

prime

the base number used to construct the Halton sequence, defaults to 3

burn

the number of elements to "burn" from the beginning of the halton sequence, defualts to 30


bamonroe/halton documentation built on May 11, 2019, 6:19 p.m.