Declaración func RandomInt(min int, max int) int go Parámetros Entrada Nombre Tipo Descripción 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 Regresar Tipo Descripción Int Random result, integer