HomeSort by: relevance | last modified time | path
    Searched defs:rand_num (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hunt/huntd/
driver.c 520 x = rand_num(WIDTH - 1) + 1;
521 y = rand_num(HEIGHT - 1) + 1;
708 n = rand_num(pp->p_ammo);
709 x = rand_num(pp->p_ammo);
755 np->p_flying = rand_num(20);
756 np->p_flyx = 2 * rand_num(6) - 5;
757 np->p_flyy = 2 * rand_num(6) - 5;
778 if (rand_num(100) < volcano / 50) {
780 x = rand_num(WIDTH / 2) + WIDTH / 4;
781 y = rand_num(HEIGHT / 2) + HEIGHT / 4
886 rand_num(int range) function in typeref:typename:int
    [all...]
  /src/sys/netbt/
hci_le.h 275 uint8_t rand_num[8]; member in struct:__anoncb4f7aa11708
282 uint8_t rand_num[8]; member in struct:__anoncb4f7aa11808

Completed in 36 milliseconds