Random Int

Math
Both Server and Client
Both Mobile and PC

Generate a random integer between the minimum integer (included) and the maximum integer (not included)

Declaration

func RandomInt(min int, max int) int
go

Parameters

Input

Name Type Description
Min Int The left interval of the random range. May randomly get the filled value
Max Int The right interval of the random range. Will not randomly get the filled value

Return

Type Description
Int Random result, integer