求获取随机整数的函数

gs272 · · 6999 次点击
了解了,只是种子是什么意思?英文的官方文档看不懂? // Seed uses the provided seed value to initialize the generator to a deterministic state. If Seed is not called, the generator behaves as if seeded by Seed(1). func Seed(seed int64) { globalRand.Seed(seed) }
#5
更多评论
polaris
社区,需要你我一同完善!
math/rand包,有一序列可用的函数
#1
就是里面太多了,不知道怎么用!
#2