public class F2wNetLFSR extends DigitalNetBase2
F2wCycleBasedLFSR.
See the description
of this class for more details on the way the point set is constructed.
Constructing a point set using this class, instead of using
F2wCycleBasedLFSR,
makes SSJ construct a digital net in base 2. This is useful if one
wants to randomize using one of the randomizations included in the class
DigitalNet.
| Constructor and Description |
|---|
F2wNetLFSR(int w,
int r,
int modQ,
int step,
int nbcoeff,
int[] coeff,
int[] nocoeff,
int dim)
Constructs a point set with 2rw points.
|
F2wNetLFSR(java.lang.String filename,
int no,
int dim)
Constructs a point set after reading its parameters from
file filename; the parameters are located at line numbered no
of filename.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Formats a string that contains information about the point set.
|
addRandomShift, 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 F2wNetLFSR(int w,
int r,
int modQ,
int step,
int nbcoeff,
int[] coeff,
int[] nocoeff,
int dim)
F2wStructure
for the meaning of the parameters.public F2wNetLFSR(java.lang.String filename,
int no,
int dim)
F2wStructure.public java.lang.String toString()
PointSettoString in class DigitalNetBase2To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.