public class F2wCycleBasedLFSR extends CycleBasedPointSetBase2
Let x = (x(0),…, x(p-1))∈F2p be a p-bit vector. Let us define the function φ(x) = ∑i=1p2-ix(i-1). The point set in t dimensions produced by this class is
CycleBasedPointSetBase2.CycleBasedPointSetBase2IteratorCycleBasedPointSet.CycleBasedPointSetIterator| Constructor and Description |
|---|
F2wCycleBasedLFSR(int w,
int r,
int modQ,
int step,
int nbcoeff,
int[] coeff,
int[] nocoeff)
Constructs a point set with 2rw points.
|
F2wCycleBasedLFSR(java.lang.String filename,
int no)
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, clearRandomShift, formatPoints, getCoordinate, iteratorgetDimensionaddRandomShift, addRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getNumPoints, getStream, randomize, randomize, randomize, randomize, randomize, setStream, unrandomizepublic F2wCycleBasedLFSR(int w,
int r,
int modQ,
int step,
int nbcoeff,
int[] coeff,
int[] nocoeff)
F2wStructure for the meaning
of the parameters.public F2wCycleBasedLFSR(java.lang.String filename,
int no)
F2wStructure.public java.lang.String toString()
PointSettoString in class CycleBasedPointSetTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.