randomid_new
extern randomid_t randomid_new(int, long);
__weak_alias(randomid_new,_randomid_new)
struct randomid_ctx *randomid_new(int, long);
ctx = randomid_new(32, RANDOMID_TIMEO_DEFAULT);
ctx = randomid_new(16, (long)3600);