C# Class NumberGenerator, DsynBio

ファイルを表示 Open project: CyberCRI/DsynBio Class Usage Examples

Public Methods

Method 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 method

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

getNumber() public method

public getNumber ( ) : float
return float

init() public method

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

normale() public static method

public static normale ( float x, float esperance, float ecartType ) : float
x float
esperance float
ecartType float
return float

uniform() public static method

public static uniform ( float x, float esp, float ecartType ) : float
x float
esp float
ecartType float
return float