IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Test.RatioOfUniformsNormalGenerator Class Reference
+ Inheritance diagram for Test.RatioOfUniformsNormalGenerator:
+ Collaboration diagram for Test.RatioOfUniformsNormalGenerator:

Public Member Functions

double GetNext (Random rng)
 

Static Private Attributes

static readonly double c0 = Math.Sqrt(2.0 / Math.E)
 
static readonly double c1 = 4.0 * Math.Pow(Math.E, 0.25)
 
static readonly double c2 = 4.0 * Math.Pow(Math.E, -1.35)
 

Member Function Documentation

double Test.RatioOfUniformsNormalGenerator.GetNext ( Random  rng)
inline

Member Data Documentation

readonly double Test.RatioOfUniformsNormalGenerator.c0 = Math.Sqrt(2.0 / Math.E)
staticprivate
readonly double Test.RatioOfUniformsNormalGenerator.c1 = 4.0 * Math.Pow(Math.E, 0.25)
staticprivate
readonly double Test.RatioOfUniformsNormalGenerator.c2 = 4.0 * Math.Pow(Math.E, -1.35)
staticprivate

The documentation for this class was generated from the following file: