func crypto/rand.Int

2 uses

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

	crypto/x509
		x509.go#L1683: 			serialNumber, err = cryptorand.Int(rand, maxSerial)