如题,获取一定范围内随机整数的函数是什么,在哪个包里啊?
了解了,只是种子是什么意思?英文的官方文档看不懂?
// 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
更多评论