func crypto/rand.Int

2 uses

	crypto/rand (current package)
		util.go#L106: func Int(rand io.Reader, max *big.Int) (n *big.Int, err error) {

	crypto/rsa
		rsa.go#L511: 			r, err = rand.Int(random, priv.N)