Int

原型:func Int() int
解释:返回一个伪随机的 int 型整数

Intn

原型:func Intn(n int) int
解释:返回一个伪随机的 int 型整数,范围在 [0, n) 之间