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 |
public NumberGenerator ( repartitionFunc func, float min, float max, float step = 0.1f ) : System | ||
func | repartitionFunc | |
min | float | |
max | float | |
step | float | |
return | System |
public init ( repartitionFunc func, float min, float max, float step = 0.1f ) : void | ||
func | repartitionFunc | |
min | float | |
max | float | |
step | float | |
return | void |
public static normale ( float x, float esperance, float ecartType ) : float | ||
x | float | |
esperance | float | |
ecartType | float | |
return | float |
public static uniform ( float x, float esp, float ecartType ) : float | ||
x | float | |
esp | float | |
ecartType | float | |
return | float |