|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.hups.PointSet
umontreal.iro.lecuyer.hups.DigitalNet
umontreal.iro.lecuyer.hups.DigitalSequence
umontreal.iro.lecuyer.hups.FaureSequence
umontreal.iro.lecuyer.markovchain.LeftScrambledFaureSequence
@Deprecated public class LeftScrambledFaureSequence
Constructor Summary | |
---|---|
LeftScrambledFaureSequence(int b,
int k,
int r,
int w,
int dim)
Deprecated. Same as FaureSequence(b, k, r, w, dim), except that its randomize
method will do a left matrix scramble followed by a random digital shift. |
Method Summary | |
---|---|
void |
randomize(int d1,
int d2,
RandomStream noise)
Deprecated. . |
void |
randomize(RandomStream noise)
Deprecated. . |
String |
toString()
Deprecated. . |
Methods inherited from class umontreal.iro.lecuyer.hups.FaureSequence |
---|
extendSequence |
Methods inherited from class umontreal.iro.lecuyer.hups.DigitalSequence |
---|
iteratorShift, iteratorShiftNoGray, toNet, toNetShiftCj |
Methods inherited from class umontreal.iro.lecuyer.hups.PointSet |
---|
addRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getDimension, getNumPoints, getStream, randomize, randomize, randomize, setStream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LeftScrambledFaureSequence(int b, int k, int r, int w, int dim)
randomize
method will do a left matrix scramble followed by a random digital shift.
Method Detail |
---|
public void randomize(RandomStream noise)
PointSet
randomize
in class PointSet
public void randomize(int d1, int d2, RandomStream noise)
PointSet
randomize
in class PointSet
public String toString()
PointSet
toString
in class FaureSequence
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |