Documentation
¶
Overview ¶
Package montecarlo provides numerical algorithms helpful for performing Monte Carlo approximations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VanDerCorput ¶
VanDerCorput returns the next number in the van der Corput sequence.
This function can also be used to generate Sobol sequences and Larcher & Pillichshammer sequences. The particular algorithm used is described in "Efficient Multidimensional Sampling" by Alexander Keller.
Types ¶
type Halton ¶
type Halton struct {
// contains filtered or unexported fields
}
Halton is a fast, incremental Halton sequence generator.
func (*Halton) Reset ¶
func (h *Halton) Reset()
Reset starts the generator over without changing the base.
Click to show internal directories.
Click to hide internal directories.