Click or drag to resize
MyRandomExtensionsNextFloat Method

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

[Missing <summary> documentation for "M:VRage.MyRandomExtensions.NextFloat(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 NextFloat(
	MyRandom random,
	float minValue,
	float maxValue
)

Parameters

random
Type: MyRandom

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

minValue
Type: SystemSingle

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

maxValue
Type: SystemSingle

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

Return Value

Type: Single

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

See Also