Declaration
func Next(value Random, min int, max int) int
go
Parameters
Input
Name | Type | Description |
---|---|---|
Value | Random | Random Number Generator |
Min | Int | Minimum range |
Max | Int | Maximum range |
Return
Type | Description |
---|---|
Int | Random Number |
Get the next random number from the specified random number generator, with a maximum value of 32767
func Next(value Random, min int, max int) int
go
Name | Type | Description |
---|---|---|
Value | Random | Random Number Generator |
Min | Int | Minimum range |
Max | Int | Maximum range |
Type | Description |
---|---|
Int | Random Number |