initializes the probability distribution
returns a normal distribued number
returns a normal distribued number with the given sigma (standard deviation)
returns a normal distribued number with the given sigma (standard deviation) and mu (average)
returns a normal distribution with a non-default sigma/mu
chainable call style initialization of variables (thorugh a call to randomize)
initializes a variable with normal distribued number and returns it
initializes a variable with normal distribued number with the given sigma and returns it
initializes a variable with normal distribued numbers with the given sigma and mu and returns it
initializes the variable with the result of mapping op on the random numbers (of type T)
complement of the cumulative density distribution (integral x..infinity probDensityF)
inverse probability distribution
probability distribution (non normalized, should be divided by sqrt(2*PI))
tail for normal distribution
normal distribution with different default sigma and mu f=exp(-x*x/(2*sigma^2))/(sqrt(2 pi)*sigma)
internal source of normal numbers
class that returns gaussian (normal) distributed numbers (f=exp(-0.5*x*x)/sqrt(2*pi))