Click or drag to resize
MyRandomExtensionsFloatNormal Method (MyRandom, Single, Single)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyRandomExtensions.FloatNormal(VRage.Library.Utils.MyRandom,System.Single,System.Single)"]

Namespace: VRage
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public static float FloatNormal(
	MyRandom rnd,
	float mean,
	float standardDeviation
)

Parameters

rnd
Type: MyRandom

[Missing <param name="rnd"/> documentation for "M:VRage.MyRandomExtensions.FloatNormal(VRage.Library.Utils.MyRandom,System.Single,System.Single)"]

mean
Type: SystemSingle

[Missing <param name="mean"/> documentation for "M:VRage.MyRandomExtensions.FloatNormal(VRage.Library.Utils.MyRandom,System.Single,System.Single)"]

standardDeviation
Type: SystemSingle

[Missing <param name="standardDeviation"/> documentation for "M:VRage.MyRandomExtensions.FloatNormal(VRage.Library.Utils.MyRandom,System.Single,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:VRage.MyRandomExtensions.FloatNormal(VRage.Library.Utils.MyRandom,System.Single,System.Single)"]

See Also