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