Random.gaussian
Random.gaussianstandard_deviationmean
Group: Random
Documentation
Return a random Gaussian-distributed Float
with the specified mean and standard deviation.
Arguments
standard_deviation
: The standard deviation of the sampled distribution.mean
: The mean of the sampled distribution.
Examples
Generate an gaussian float.
import Standard.Base.Random.Random
f = Random.gaussian