randomid_ctx
struct randomid_ctx;
typedef struct randomid_ctx *randomid_t;
static void initid(struct randomid_ctx *);
struct randomid_ctx *randomid_new(int, long);
void randomid_delete(struct randomid_ctx *);
u_int32_t randomid(struct randomid_ctx *);
initid(struct randomid_ctx *p)
struct randomid_ctx *
struct randomid_ctx *ctx;
randomid_delete(struct randomid_ctx *ctx)
randomid(struct randomid_ctx *p)