math/rand.Rand.s64 (field)
4 uses
math/rand (current package)
rand.go#L53: s64 Source64 // non-nil if src is source64
rand.go#L69: return &Rand{src: src, s64: s64}
rand.go#L92: if r.s64 != nil {
rand.go#L93: return r.s64.Uint64()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)