func crypto/rand.Int

4 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)

	github.com/aws/aws-sdk-go-v2/internal/rand
		rand.go#L21: 	bi, err := rand.Int(reader, floatMaxBigInt)

	github.com/aws/smithy-go/rand
		rand.go#L19: 	bi, err := rand.Int(reader, big.NewInt(max))