Ejemplo n.º 1
0
static WORD
nltap(s128_ctx *c)
{
    WORD	t;

    /* t = */ NLFUNC(c, 0);
    return t;
}
Ejemplo n.º 2
0
static ulong32 nltap(struct sober128_prng *c)
{
    ulong32 t;
    NLFUNC(c, 0);
    return t;
}
Ejemplo n.º 3
0
static ulong32 nltap(sober128_state *c)
{
    ulong32 t;
    NLFUNC(c, 0);
    return t;
}