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

3 uses

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

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