Java org.apache.commons.math3.random HaltonSequenceGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.random HaltonSequenceGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.random HaltonSequenceGenerator.

The text is from its open source code.

Constructor

HaltonSequenceGenerator(final int dimension, final int[] bases, final int[] weights)
Construct a new Halton sequence generator with the given base numbers and weights for each dimension.
HaltonSequenceGenerator(final int dimension)
Construct a new Halton sequence generator for the given space dimension.

Method

double[]nextVector()
double[]skipTo(final int index)
Skip to the i-th point in the Halton sequence.