SWIG file for distributions and corrections to randomnumbers.i

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SWIG file for distributions and corrections to randomnumbers.i

Tawanda Gwena
Dear all

I have attached the SWIG file distributions.i which covers all the distributions in QuantLib 1.1.

Also, a correction in the randomnumbers.i file are the two corrections. Classes KnuthUniformRng and MersenneTwisterUniformRng are missing a "public:" in their declarations. They should be:

class KnuthUniformRng {
 public:
    KnuthUniformRng(BigInteger seed=0);
    Sample<Real> next() const;
};

class MersenneTwisterUniformRng {
 public:
    MersenneTwisterUniformRng(BigInteger seed=0);
    Sample<Real> next() const;
};




------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev

distributions.i.gz (1K) Download Attachment