public class F2wStructure
extends java.lang.Object
F2wNetLFSR,
F2wNetPolyLCG,
F2wCycleBasedLFSR and
F2wCycleBasedPolyLCG.
It also stores the parameters of these point sets which will contain
2rw points (see the meaning of r and w below).
The parameters can be stored as a polynomial P(z) over
F2w[z]
In this class, only the non-zero coefficients of P(z) are stored. It is stored as
The class also stores the parameter step that is used by the classes
F2wNetLFSR,
F2wNetPolyLCG,
F2wCycleBasedLFSR and
F2wCycleBasedPolyLCG.
This parameter is such that the implementation of the recurrence
will output a value at every step iterations.
public static void print(java.lang.String filename)
public java.lang.String toString()
toString in class java.lang.ObjectTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.