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

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

Introduction

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

The text is from its open source code.

Constructor

SobolSequenceGenerator(final int dimension)
Construct a new Sobol sequence generator for the given space dimension.

Method

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