org.sunflow.math
Class QMC

java.lang.Object
  extended by org.sunflow.math.QMC

public final class QMC
extends java.lang.Object


Method Summary
static int[] generateSigmaTable(int n)
           
static double halton(int d, int i)
           
static double mod1(double x)
           
static double riLP(int i, int r)
           
static double riS(int i, int r)
           
static double riVDC(int bits, int r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

riVDC

public static double riVDC(int bits,
                           int r)

riS

public static double riS(int i,
                         int r)

riLP

public static double riLP(int i,
                          int r)

halton

public static final double halton(int d,
                                  int i)

mod1

public static final double mod1(double x)

generateSigmaTable

public static final int[] generateSigmaTable(int n)