robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..Random Method (Int32, Int32)

Return Random number.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static int Random(
	int from,
	int to
)
Public Shared Function Random ( _
	from As Integer, _
	to As Integer _
) As Integer
public:
static int^ Random(
	int^ from, 
	int^ to
)

Parameters

from
Type: Int32
From.
to
Type: Int32
To.

Return Value

System.Int32.