eay_random
extern uint32_t eay_random(void);
msgid2 = eay_random();
attrpl->id = htons((uint16_t)(eay_random() & 0xffff));
attr->id = htons(eay_random());
*p++ = eay_random() & 0xff;
padlen += ((eay_random() % (lcconf->pad_maxsize + 1) + 1) *
return eay_random();