math/rand.Rand.Int (method)

3 uses

	math/rand (current package)
		rand.go#L101: func (r *Rand) Int() int {
		rand.go#L322: func Int() int { return globalRand.Int() }

	google.golang.org/grpc/internal/grpcrand
		grpcrand.go#L38: 	return r.Int()