C# Class NumberGenerator, DsynBio

Afficher le fichier Open project: CyberCRI/DsynBio Class Usage Examples

Méthodes publiques

Méthode Description
NumberGenerator ( repartitionFunc func, float min, float max, float step = 0.1f ) : System
getNumber ( ) : float
init ( repartitionFunc func, float min, float max, float step = 0.1f ) : void
normale ( float x, float esperance, float ecartType ) : float
uniform ( float x, float esp, float ecartType ) : float

Method Details

NumberGenerator() public méthode

public NumberGenerator ( repartitionFunc func, float min, float max, float step = 0.1f ) : System
func repartitionFunc
min float
max float
step float
Résultat System

getNumber() public méthode

public getNumber ( ) : float
Résultat float

init() public méthode

public init ( repartitionFunc func, float min, float max, float step = 0.1f ) : void
func repartitionFunc
min float
max float
step float
Résultat void

normale() public static méthode

public static normale ( float x, float esperance, float ecartType ) : float
x float
esperance float
ecartType float
Résultat float

uniform() public static méthode

public static uniform ( float x, float esp, float ecartType ) : float
x float
esp float
ecartType float
Résultat float