GetNextInt Method
Generates a random integer.
Syntax
[VB.NET] Public Sub GetNextInt()
[C#] public void GetNextInt();
Remarks
This method generates a random integer. The Min and Max properties define the minimum and maximum values. After calling this method the RandInt property will hold the integer. The following properties are applicable when calling this method:
NOTE: This method has a corresponding asynchronous version (GetNextIntAsync) for use in the Xamarin environment.