Method nextInt
nextInt(Random, Int32)
Declaration
public static int nextInt(this Random random, int maxValue)
Parameters
Type | Name | Description |
---|---|---|
Random | random | |
System.Int32 | maxValue |
Returns
Type | Description |
---|---|
System.Int32 |
nextInt(Random)
Declaration
public static int nextInt(this Random random)
Parameters
Type | Name | Description |
---|---|---|
Random | random |
Returns
Type | Description |
---|---|
System.Int32 |