Golang生成-100,100之间随机整数

nfwater · · 7742 次点击
-100 到 100 也是这个函数啊
#4
更多评论
polaris
社区,需要你我一同完善!
比如,要 -100 到 100,可以这么弄:`rand.Intn(200) - 100`
#1