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. .
 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.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
. \begin{tabb}By default, this method simply calls
 \method{randomize (0, dim, stream)}.
 \end{tabb}

 

Overrides:
randomize in class PointSet

randomize

public void randomize(int d1,
                      int d2,
                      RandomStream noise)
Deprecated. 
Description copied from class: PointSet
. \begin{tabb}By default, this method simply calls
 \texttt{addRandomShift (fromDim, toDim, stream)}, which does nothing.
 \end{tabb}

Overrides:
randomize in class PointSet

toString

public String toString()
Deprecated. 
Description copied from class: PointSet
. \begin{tabb}
 Formats a string that contains information about the point set.
 \end{tabb}
string representation of the point set information

Overrides:
toString in class FaureSequence

SSJ
V. labo.

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