RandomNumberGeneratorRandfn Method |
Generates a normally-distributed pseudo-random number, using Box-Muller transform with the specified mean and a standard deviation. This is also called Gaussian distribution.
Namespace: Godot
public float Randfn( float mean = 0f, float deviation = 1f )
[Missing <param name="mean"/> documentation for "M:Godot.RandomNumberGenerator.Randfn(System.Single,System.Single)"]
[Missing <param name="deviation"/> documentation for "M:Godot.RandomNumberGenerator.Randfn(System.Single,System.Single)"]
[Missing <returns> documentation for "M:Godot.RandomNumberGenerator.Randfn(System.Single,System.Single)"]