25package umontreal.ssj.hups;
27import umontreal.ssj.util.PrintfFormat;
68 public F2wNetPolyLCG(
int type,
int w,
int r,
int modQ,
int step,
int nbcoeff,
int coeff[],
int nocoeff[],
int dim) {
69 param =
new F2wStructure(w, r, modQ, step, nbcoeff, coeff, nocoeff);
81 initNet(param.r, param.w,
dim);
86 return s + param.toString();
89 private void initNet(
int r,
int w,
int dim) {
90 normFactor = param.normFactor;
A special case of DigitalNet for the base .
F2wNetPolyLCG(String filename, int no, int dim)
Constructs a point set after reading its parameters from file filename; the parameters are located at...
F2wNetPolyLCG(int type, int w, int r, int modQ, int step, int nbcoeff, int coeff[], int nocoeff[], int dim)
Constructs and stores the set of cycles for an LCG with modulus n and multiplier a.
String toString()
Formats a string that contains information on this digital net.
This class implements methods and fields needed by the classes.
int dim
Dimension of the points.