arc4random_uniform
if (arc4random_uniform(2) == 1) {
if (arc4random_uniform(3) == 1)
if (arc4random_uniform(4) == 1)
if (arc4random_uniform(3) == 1) {
if (arc4random_uniform(1024) == 0723) {
if (arc4random_uniform(1024) == 0723)
if (arc4random_uniform(1024) == 0723)
j = arc4random_uniform(TOTCARDS-i);
choice = arc4random_uniform(parent->tbl.str_numstr);
fp->pos = arc4random_uniform(fp->tbl.str_numstr);
fp->pos = arc4random_uniform(fp->tbl.str_numstr);
choice = arc4random_uniform(100);
choice = arc4random_uniform(Noprob_tbl.str_numstr);
choice = arc4random_uniform(parent->num_children);
return arc4random_uniform(denom);
selected = (arc4random_uniform(denom) == 0);
selected = (arc4random_uniform(denom) == 0);
pos.y = arc4random_uniform(Y_FIELDSIZE - 1) + 1;
pos.x = arc4random_uniform(X_FIELDSIZE - 1) + 1;
#define randshape() (&shapes[arc4random_uniform(7)])
uint32_t arc4random_uniform(uint32_t);
__weak_alias(arc4random_uniform,_arc4random_uniform)
r = arc4random_uniform((unsigned int)(sizeof(padchar) - 1));
return hint - arc4random_uniform(hint / 4);
sig = 1 + arc4random_uniform(NSIG - 2);
return arc4random_uniform(2);
switch (arc4random_uniform(3)) {
ipid = arc4random_uniform(UINT16_MAX + 1);
ipid = arc4random_uniform(UINT16_MAX + 1);
ipid = arc4random_uniform(UINT16_MAX + 1);
cp = arc4random_uniform(x + 1);
k = arc4random_uniform(j + 1);
sequence = (u_short)arc4random_uniform(UINT16_MAX);
delay1 = 1L + arc4random_uniform((100 * 1000L) - 1L);
delay2 = MINTOUT + arc4random_uniform(MAXTOUT - MINTOUT);