Seed should be set once, better spot is func init(). 10. rand.Seed(time.Now().UTC().UnixNano()) #ADDED. 11. fmt.Println(randInt(1, 1000)).
確定! 回上一頁