Constructor RandomInteger
RandomInteger()
Declaration
public RandomInteger()
RandomInteger(int)
Declaration
public RandomInteger(int min)
Parameters
| Type | Name | Description |
|---|---|---|
| int | min |
RandomInteger(int, int)
Declaration
public RandomInteger(int min, int max)
Parameters
| Type | Name | Description |
|---|---|---|
| int | min | |
| int | max |