math/rand.Rand.Uint64 (method, view implemented interface methods)

3 uses

	math/rand (current package)
		rand.go#L90: func (r *Rand) Uint64() uint64 {
		rand.go#L315: func Uint64() uint64 { return globalRand.Uint64() }

	google.golang.org/grpc/internal/grpcrand
		grpcrand.go#L73: 	return r.Uint64()