public class NiedXingSequenceBase2 extends DigitalSequenceBase2
| Constructor and Description |
|---|
NiedXingSequenceBase2(int k,
int w,
int dim)
Constructs a new Niederreiter-Xing digital sequence in base 2
with n = 2k points and w output digits, in dim dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extendSequence(int k)
Increases the number of points to n = 2k from now on.
|
java.lang.String |
toString()
Formats a string that contains information about the point set.
|
iteratorShift, iteratorShiftNoGray, toNet, toNetShiftCjaddRandomShift, addRandomShift, clearRandomShift, getCoordinate, getCoordinateNoGray, iBinomialMatrixScramble, iBinomialMatrixScrambleFaurePermut, iBinomialMatrixScrambleFaurePermutAll, iBinomialMatrixScrambleFaurePermutDiag, iterator, iteratorNoGray, leftMatrixScramble, leftMatrixScrambleDiag, leftMatrixScrambleFaurePermut, leftMatrixScrambleFaurePermutAll, leftMatrixScrambleFaurePermutDiag, printGeneratorMatrices, printGeneratorMatricesTrans, rightMatrixScramble, stripedMatrixScramble, stripedMatrixScrambleFaurePermutAlleraseOriginalGeneratorMatrices, resetGeneratorMatrices, unrandomizeaddRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getDimension, getNumPoints, getStream, randomize, randomize, randomize, randomize, randomize, setStreampublic NiedXingSequenceBase2(int k,
int w,
int dim)
k - there will be 2^k pointsw - number of output digitsdim - dimension of the point setpublic java.lang.String toString()
PointSettoString in class DigitalNetBase2public void extendSequence(int k)
DigitalSequenceBase2extendSequence in class DigitalSequenceBase2k - there will be 2^k pointsTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.