func crypto/rand.Int

5 uses

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

	github.com/gotd/td/internal/crypto
		pq.go#L52: 		v, err := rand.Int(randSource, rndMax)
		pq.go#L60: 		x, err := rand.Int(randSource, rndMax)

	github.com/gotd/td/internal/exchange
		client_flow.go#L179: 		bParam, err := rand.Int(c.rand, randMax)
		generator.go#L59: 		a, err = rand.Int(s.rand, randMax)