SSJ
V. labo.

umontreal.iro.lecuyer.markovchain
Class LeftScrambledFaureSequence

java.lang.Object
  extended by umontreal.iro.lecuyer.hups.PointSet
      extended by umontreal.iro.lecuyer.hups.DigitalNet
          extended by umontreal.iro.lecuyer.hups.DigitalSequence
              extended by umontreal.iro.lecuyer.hups.FaureSequence
                  extended by umontreal.iro.lecuyer.markovchain.LeftScrambledFaureSequence

Deprecated.

@Deprecated
public class LeftScrambledFaureSequence
extends FaureSequence


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. By default, this method simply calls addRandomShift(d1, d2, stream).
 void randomize(RandomStream noise)
          Deprecated. By default, this method simply calls addRandomShift(stream).
 String toString()
          Deprecated. Formats a string that contains information about the point set.
 
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.DigitalNet
addRandomShift, addRandomShift, clearRandomShift, eraseOriginalGeneratorMatrices, getCoordinate, getCoordinateNoGray, iBinomialMatrixScramble, iBinomialMatrixScrambleFaurePermut, iBinomialMatrixScrambleFaurePermutAll, iBinomialMatrixScrambleFaurePermutDiag, iterator, iteratorNoGray, leftMatrixScramble, leftMatrixScrambleDiag, leftMatrixScrambleFaurePermut, leftMatrixScrambleFaurePermutAll, leftMatrixScrambleFaurePermutDiag, printGeneratorMatrices, resetGeneratorMatrices, rightMatrixScramble, stripedMatrixScramble, stripedMatrixScrambleFaurePermutAll, unrandomize
 
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

LeftScrambledFaureSequence

public 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 Detail

randomize

public void randomize(RandomStream noise)
Deprecated. 
Description copied from class: PointSet
By default, this method simply calls addRandomShift(stream).

Overrides:
randomize in class PointSet

randomize

public void randomize(int d1,
                      int d2,
                      RandomStream noise)
Deprecated. 
Description copied from class: PointSet
By default, this method simply calls addRandomShift(d1, d2, stream).

Overrides:
randomize in class PointSet

toString

public String toString()
Deprecated. 
Description copied from class: PointSet
Formats a string that contains information about the point set.

Overrides:
toString in class FaureSequence
Returns:
string representation of the point set information

SSJ
V. labo.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.