Fixed typo.
This commit is contained in:
@@ -281,7 +281,7 @@ public class FloatMath
|
|||||||
*/
|
*/
|
||||||
public static float normal (float normal, float mean, float stddev)
|
public static float normal (float normal, float mean, float stddev)
|
||||||
{
|
{
|
||||||
return stddev*normal() + mean;
|
return stddev*normal + mean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user