func crypto/rand.Int
11 uses
crypto/rand (current package)
util.go#L71: func Int(rand io.Reader, max *big.Int) (n *big.Int, err error) {
github.com/gotd/td/crypto
pq.go#L52: v, err := rand.Int(randSource, rndMax)
pq.go#L60: x, err := rand.Int(randSource, rndMax)
github.com/gotd/td/exchange
client_flow.go#L199: bParam, err := rand.Int(c.rand, randMax)
generator.go#L59: a, err = rand.Int(s.rand, randMax)
github.com/refraction-networking/utls
u_ech.go#L83: rndIndex, err := rand.Int(rand.Reader, big.NewInt(int64(len(g.CandidateConfigIds))))
u_ech.go#L99: rndIndex, err := rand.Int(rand.Reader, big.NewInt(int64(len(g.CandidateCipherSuites))))
u_ech.go#L136: rndIndex, err := rand.Int(rand.Reader, big.NewInt(int64(len(g.CandidatePayloadLens))))
u_parrots.go#L2714: randInt64, err := crand.Int(crand.Reader, big.NewInt(math.MaxInt64))
u_quic_transport_parameters.go#L84: randMultiply, err := rand.Int(rand.Reader, max)
u_quic_transport_parameters.go#L266: randVal, err := rand.Int(rand.Reader, max)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |