Gaussian
static float Gaussian(
Random self, float mean = 0, float stdDev = 1, )
Summary
Sample from a Gaussian distribution with a given mean and standard deviation.
Parameters
Random self,
float mean = 0,
float stdDev = 1,
Return Value
float output
Extension
This is an extension method.
This method acts like a member of Random.