SSJ
V. 1.2.5.

umontreal.iro.lecuyer.hups
Interface Randomization


public interface Randomization

Each type of randomization that can be applied to a general point set should be defined in a class that implements this interface.


Method Summary
 void apply(RandomStream stream)
          Applies this randomization to the point set using stream stream.
 

Method Detail

apply

void apply(RandomStream stream)
Applies this randomization to the point set using stream stream.

Parameters:
stream - random number stream used to generate needed uniforms

SSJ
V. 1.2.5.

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