Click or drag to resize
Utilrange Method

[Missing <summary> documentation for "M:Planetbase.Util.range(System.Random,System.Single,System.Single)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static float range(
	this Random random,
	float min,
	float max
)

Parameters

random
Type: SystemRandom

[Missing <param name="random"/> documentation for "M:Planetbase.Util.range(System.Random,System.Single,System.Single)"]

min
Type: SystemSingle

[Missing <param name="min"/> documentation for "M:Planetbase.Util.range(System.Random,System.Single,System.Single)"]

max
Type: SystemSingle

[Missing <param name="max"/> documentation for "M:Planetbase.Util.range(System.Random,System.Single,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Planetbase.Util.range(System.Random,System.Single,System.Single)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Random. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also