C# Class Coon.Compass.Procyon.alglib.alglib.hqrnd

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
hqrndcontinuous ( hqrndstate state, double x, int n ) : double
hqrnddiscrete ( hqrndstate state, double x, int n ) : double
hqrndexponential ( hqrndstate state, double lambdav ) : double
hqrndnormal ( hqrndstate state ) : double
hqrndnormal2 ( hqrndstate state, double &x1, double &x2 ) : void
hqrndrandomize ( hqrndstate state ) : void
hqrndseed ( int s1, int s2, hqrndstate state ) : void
hqrnduniformi ( hqrndstate state, int n ) : int
hqrnduniformr ( hqrndstate state ) : double
hqrndunit2 ( hqrndstate state, double &x, double &y ) : void

Private Methods

Method Description
hqrndintegerbase ( hqrndstate state ) : int

Method Details

hqrndcontinuous() public static method

public static hqrndcontinuous ( hqrndstate state, double x, int n ) : double
state hqrndstate
x double
n int
return double

hqrnddiscrete() public static method

public static hqrnddiscrete ( hqrndstate state, double x, int n ) : double
state hqrndstate
x double
n int
return double

hqrndexponential() public static method

public static hqrndexponential ( hqrndstate state, double lambdav ) : double
state hqrndstate
lambdav double
return double

hqrndnormal() public static method

public static hqrndnormal ( hqrndstate state ) : double
state hqrndstate
return double

hqrndnormal2() public static method

public static hqrndnormal2 ( hqrndstate state, double &x1, double &x2 ) : void
state hqrndstate
x1 double
x2 double
return void

hqrndrandomize() public static method

public static hqrndrandomize ( hqrndstate state ) : void
state hqrndstate
return void

hqrndseed() public static method

public static hqrndseed ( int s1, int s2, hqrndstate state ) : void
s1 int
s2 int
state hqrndstate
return void

hqrnduniformi() public static method

public static hqrnduniformi ( hqrndstate state, int n ) : int
state hqrndstate
n int
return int

hqrnduniformr() public static method

public static hqrnduniformr ( hqrndstate state ) : double
state hqrndstate
return double

hqrndunit2() public static method

public static hqrndunit2 ( hqrndstate state, double &x, double &y ) : void
state hqrndstate
x double
y double
return void