C# Class RandomGen.DoublesLink

Inheritance: IDouble
Afficher le fichier Open project: aliostad/RandomGen

Méthodes publiques

Méthode Description
BetweenZeroAndOne ( ) : Func
WithNormalDistribution ( double mean, double standardDeviation ) : Func

Private Methods

Méthode Description
DoublesLink ( GenLink gen ) : System

Method Details

BetweenZeroAndOne() public méthode

public BetweenZeroAndOne ( ) : Func
Résultat Func

WithNormalDistribution() public méthode

public WithNormalDistribution ( double mean, double standardDeviation ) : Func
mean double
standardDeviation double
Résultat Func