Package org.drip.sample.rng
Class MRG32k3a
java.lang.Object
org.drip.sample.rng.MRG32k3a
public class MRG32k3a
extends java.lang.Object
MRG32k3a demonstrates the Construction and Invocation of MRG32k3a Variant of the L'Ecuyer's
Multiple Recursive Generator.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = DROP API Construction and Usage
- Package = QR Unbiased Antithetic Random Generator
- Author:
- Lakshmi Krishnamurthy
-
Constructor Details
-
MRG32k3a
public MRG32k3a()
-
-
Method Details
-
main
public static final void main(java.lang.String[] astrArgs) throws java.lang.ExceptionEntry Point- Parameters:
astrArgs
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-