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

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

Méthode 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

Méthode Description
hqrndintegerbase ( hqrndstate state ) : int

Method Details

hqrndcontinuous() public static méthode

public static hqrndcontinuous ( hqrndstate state, double x, int n ) : double
state hqrndstate
x double
n int
Résultat double

hqrnddiscrete() public static méthode

public static hqrnddiscrete ( hqrndstate state, double x, int n ) : double
state hqrndstate
x double
n int
Résultat double

hqrndexponential() public static méthode

public static hqrndexponential ( hqrndstate state, double lambdav ) : double
state hqrndstate
lambdav double
Résultat double

hqrndnormal() public static méthode

public static hqrndnormal ( hqrndstate state ) : double
state hqrndstate
Résultat double

hqrndnormal2() public static méthode

public static hqrndnormal2 ( hqrndstate state, double &x1, double &x2 ) : void
state hqrndstate
x1 double
x2 double
Résultat void

hqrndrandomize() public static méthode

public static hqrndrandomize ( hqrndstate state ) : void
state hqrndstate
Résultat void

hqrndseed() public static méthode

public static hqrndseed ( int s1, int s2, hqrndstate state ) : void
s1 int
s2 int
state hqrndstate
Résultat void

hqrnduniformi() public static méthode

public static hqrnduniformi ( hqrndstate state, int n ) : int
state hqrndstate
n int
Résultat int

hqrnduniformr() public static méthode

public static hqrnduniformr ( hqrndstate state ) : double
state hqrndstate
Résultat double

hqrndunit2() public static méthode

public static hqrndunit2 ( hqrndstate state, double &x, double &y ) : void
state hqrndstate
x double
y double
Résultat void